Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10516 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
11101 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp15782 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
16186 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
H A DSemaOverload.cpp8626 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local