Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftCXXABI.cpp42 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
77 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
104 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp484 CXXMethodDecl *CallOperator, in buildLambdaScope()
543 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
1355 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()
1520 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()
1537 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
1757 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
1973 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaCodeComplete.cpp3473 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp14655 static void RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator, in RebuildLambdaScopeInfo()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp110 struct CallOperator { struct
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h837 CXXMethodDecl *CallOperator = nullptr; variable