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

  /external/clang/lib/Sema/
SemaLambda.cpp 103 Decl *ContextDecl = ExprEvalContexts.back().LambdaContextDecl;
115 if (ContextDecl) {
116 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ContextDecl)) {
121 } else if (VarDecl *Var = dyn_cast<VarDecl>(ContextDecl)) {
124 } else if (isa<FieldDecl>(ContextDecl)) {
140 !(ContextDecl && isa<ParmVarDecl>(ContextDecl))) ||
147 ContextDecl = 0;
154 ContextDecl = 0;
168 Class->setLambdaMangling(ManglingNumber, ContextDecl);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 513 NumExplicitCaptures(0), ManglingNumber(0), ContextDecl(0), Captures(0),
543 Decl *ContextDecl;
    [all...]

Completed in 287 milliseconds