Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp42 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
76 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
H A DItaniumCXXABI.cpp142 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp486 CXXMethodDecl *CallOperator, in buildLambdaScope()
545 CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
1356 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()
1519 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()
1536 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
1755 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local
1970 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaCodeComplete.cpp3466 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
H A DSemaDecl.cpp14141 static void RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator, in RebuildLambdaScopeInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h825 CXXMethodDecl *CallOperator = nullptr; variable