Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp467 CXXMethodDecl *CallOperator, in buildLambdaScopeReturnType()
480 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope()
956 CXXMethodDecl *CallOperator, CXXRecordDecl *Class, in AddTemplateParametersToLambdaCallOperator()
1600 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()
1775 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()
1792 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
2018 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
2234 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaCodeComplete.cpp3570 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15588 LambdaScopeInfo *Sema::RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator) { in RebuildLambdaScopeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h851 CXXMethodDecl *CallOperator = nullptr; variable