Home
last modified time | relevance | path

Searched refs:getFunctionObjectParameterReferenceType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h2216 QualType getFunctionObjectParameterReferenceType() const;
2218 return getFunctionObjectParameterReferenceType().getNonReferenceType(); in getFunctionObjectParameterType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp1478 auto NewObjectType = New->getFunctionObjectParameterReferenceType(); in IsOverloadOrOverrideImpl()
1479 auto OldObjectType = Old->getFunctionObjectParameterReferenceType(); in IsOverloadOrOverrideImpl()
5681 ExplicitParameterType = Method->getFunctionObjectParameterReferenceType(); in TryObjectArgumentInitialization()
7533 ? Method->getFunctionObjectParameterReferenceType() in AddMethodCandidate()
10145 return M->getFunctionObjectParameterReferenceType(); in getImplicitObjectParamType()
10223 Mem1->getFunctionObjectParameterReferenceType(), in sameFunctionParameterTypeLists()
10224 Mem1->getFunctionObjectParameterReferenceType())) in sameFunctionParameterTypeLists()
HDSemaDecl.cpp18702 if (!Context.hasSameType(M1->getFunctionObjectParameterReferenceType(), in AreSpecialMemberFunctionsSameKind()
18703 M2->getFunctionObjectParameterReferenceType())) in AreSpecialMemberFunctionsSameKind()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp2614 QualType CXXMethodDecl::getFunctionObjectParameterReferenceType() const { in getFunctionObjectParameterReferenceType() function in CXXMethodDecl