Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp436 CXXMethodDecl *CallOperator, in buildLambdaScope()
474 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) { in addLambdaParameters()
1166 CXXMethodDecl *CallOperator) { in addFunctionPointerConversion()
1342 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()
1387 CXXMethodDecl *CallOperator; in ActOnLambdaExpr() local
1573 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
H A DSemaDecl.cpp10172 static void RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator, in RebuildLambdaScopeInfo()
H A DTreeTransform.h9184 CXXMethodDecl *CallOperator, in TransformLambdaScope()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp61 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
H A DMicrosoftCXXABI.cpp40 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp110 struct CallOperator { struct
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h610 CXXMethodDecl *CallOperator; variable