HomeSort by relevance Sort by last modified time
    Searched refs:ContextDecl (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 102 Decl *ContextDecl = ExprEvalContexts.back().LambdaContextDecl;
114 if (ContextDecl) {
115 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ContextDecl)) {
120 } else if (VarDecl *Var = dyn_cast<VarDecl>(ContextDecl)) {
123 } else if (isa<FieldDecl>(ContextDecl)) {
139 !(ContextDecl && isa<ParmVarDecl>(ContextDecl))) ||
146 ContextDecl = 0;
153 ContextDecl = 0;
167 Class->setLambdaMangling(ManglingNumber, ContextDecl);
    [all...]
SemaExprCXX.cpp 677 Decl *ContextDecl,
682 if (!Enabled || !ContextDecl)
686 if (ClassTemplateDecl *Template = dyn_cast<ClassTemplateDecl>(ContextDecl))
689 Record = cast<CXXRecordDecl>(ContextDecl);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 568 NumExplicitCaptures(0), ManglingNumber(0), ContextDecl(0), Captures(0)
597 Decl *ContextDecl;
    [all...]
  /external/clang/lib/AST/
Decl.cpp 766 if (Decl *ContextDecl = Record->getLambdaContextDecl()) {
767 if (isa<ParmVarDecl>(ContextDecl))
768 DC = ContextDecl->getDeclContext()->getRedeclContext();
770 return getLVForDecl(cast<NamedDecl>(ContextDecl),
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 53 milliseconds