Home
last modified time | relevance | path

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

/freebsd-src/contrib/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 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
197 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
208 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp467 buildLambdaScopeReturnType(Sema & S,LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,bool ExplicitResultType) buildLambdaScopeReturnType() argument
480 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
956 AddTemplateParametersToLambdaCallOperator(CXXMethodDecl * CallOperator,CXXRecordDecl * Class,TemplateParameterList * TemplateParams) AddTemplateParametersToLambdaCallOperator() argument
1600 addFunctionPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator,QualType InvokerFunctionTy) addFunctionPointerConversion() argument
1775 addFunctionPointerConversions(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addFunctionPointerConversions() argument
1792 addBlockPointerConversion(Sema & S,SourceRange IntroducerRange,CXXRecordDecl * Class,CXXMethodDecl * CallOperator) addBlockPointerConversion() argument
2018 CXXMethodDecl *CallOperator; BuildLambdaExpr() local
2234 CXXMethodDecl *CallOperator BuildBlockForLambdaConversion() local
[all...]
H A DSemaCodeComplete.cpp3570 if (const auto *CallOperator = createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15588 RebuildLambdaScopeInfo(CXXMethodDecl * CallOperator) RebuildLambdaScopeInfo() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h851 CXXMethodDecl *CallOperator = nullptr; global() variable