Searched defs:CallOperator (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DLambdaMangleContext.cpp21 unsigned LambdaMangleContext::getManglingNumber(CXXMethodDecl *CallOperator) { argument
H A DASTContext.cpp7987 unsigned ASTContext::getLambdaManglingNumber(CXXMethodDecl *CallOperator) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp172 LambdaScopeInfo *Sema::enterLambdaScope(CXXMethodDecl *CallOperator, argument
212 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) { argument
687 addFunctionPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
761 addBlockPointerConversion(Sema &S, SourceRange IntroducerRange, CXXRecordDecl *Class, CXXMethodDecl *CallOperator) argument
810 CXXMethodDecl *CallOperator; local
974 CXXMethodDecl *CallOperator local
[all...]
H A DSema.cpp1015 PushLambdaScope(CXXRecordDecl *Lambda, CXXMethodDecl *CallOperator) argument
H A DSemaTemplateInstantiate.cpp861 TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *CallOperator) argument
H A DSemaDeclCXX.cpp9831 CXXMethodDecl *CallOperator local
H A DTreeTransform.h8081 Sema::ContextRAII SavedContext(getSema(), CallOperator); local
8078 TransformLambdaScope(LambdaExpr *E, CXXMethodDecl *CallOperator) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h547 CXXMethodDecl *CallOperator; member in class:clang::sema::LambdaScopeInfo
575 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda, CXXMethodDecl *CallOperator) argument

Completed in 300 milliseconds