Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp40 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 DItaniumCXXABI.cpp143 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 DSemaLambda.cpp509 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 DSemaCodeComplete.cpp3576 if (const auto *CallOperator = createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15312 RebuildLambdaScopeInfo(CXXMethodDecl * CallOperator) RebuildLambdaScopeInfo() argument
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp110 struct CallOperator { struct
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp110 if (auto *const CallOperator = LExpr->getCallOperator()) { computeReferencedDecls() local
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h868 CXXMethodDecl *CallOperator = nullptr; global() variable