Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
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/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp509 CXXMethodDecl *CallOperator, in buildLambdaScopeReturnType()
522 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope()
998 CXXMethodDecl *CallOperator, CXXRecordDecl *Class, in AddTemplateParametersToLambdaCallOperator()
1658 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()
1833 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()
1850 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
2076 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
2292 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaTemplateInstantiate.cpp163 const FunctionDecl *CallOperator; in isLambdaEnclosedByTypeAliasDecl() member
H A DSemaCodeComplete.cpp3576 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp15358 LambdaScopeInfo *Sema::RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator) { in RebuildLambdaScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h868 CXXMethodDecl *CallOperator = nullptr; variable