Home
last modified time | relevance | path

Searched defs:CallOperator (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp142 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
196 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
207 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp530 CXXMethodDecl *CallOperator, in buildLambdaScopeReturnType()
543 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope()
1019 CXXMethodDecl *CallOperator, CXXRecordDecl *Class, in AddTemplateParametersToLambdaCallOperator()
1683 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()
1858 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()
1875 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
2144 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
2351 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaTemplateInstantiate.cpp161 const FunctionDecl *CallOperator; in isLambdaEnclosedByTypeAliasDecl() member
H A DSemaCodeComplete.cpp3739 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15794 LambdaScopeInfo *Sema::RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator) { in RebuildLambdaScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h874 CXXMethodDecl *CallOperator = nullptr; variable