Searched defs:CallOperator (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 40 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber() 75 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber() 102 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
|
H A D | ItaniumCXXABI.cpp | 143 const CXXRecordDecl *Lambda = CallOperator->getParent(); in getManglingNumber() argument 197 unsigned Number = ItaniumNumberingContext::getManglingNumber(CallOperator); in getManglingNumber() argument 208 ManglingItr Itr = ManglingNumbers.find(CallOperator); in getDeviceManglingNumber() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 509 buildLambdaScopeReturnType(Sema & S,LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,bool ExplicitResultType) buildLambdaScopeReturnType() argument 522 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument 998 AddTemplateParametersToLambdaCallOperator(CXXMethodDecl * CallOperator,CXXRecordDecl * Class,TemplateParameterList * TemplateParams) AddTemplateParametersToLambdaCallOperator() argument 1657 addFunctionPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator,QualType InvokerFunctionTy) addFunctionPointerConversion() argument 1832 addFunctionPointerConversions(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addFunctionPointerConversions() argument 1849 addBlockPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addBlockPointerConversion() argument 2075 CXXMethodDecl *CallOperator; BuildLambdaExpr() local 2291 CXXMethodDecl *CallOperator BuildBlockForLambdaConversion() local [all...] |
H A D | SemaCodeComplete.cpp | 3576 if (const auto *CallOperator = createCodeCompletionStringForDecl() local
|
H A D | SemaDecl.cpp | 15312 RebuildLambdaScopeInfo(CXXMethodDecl * CallOperator) RebuildLambdaScopeInfo() argument [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-expr-1.cpp | 110 struct CallOperator { struct
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractVariable.cpp | 110 if (auto *const CallOperator = LExpr->getCallOperator()) { computeReferencedDecls() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 868 CXXMethodDecl *CallOperator = nullptr; global() variable
|