Home
last modified time | relevance | path

Searched defs:FirstParamType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp11710 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
12039 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10698 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
11400 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15308 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
15686 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
DSemaOverload.cpp8503 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local