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

  /external/clang/lib/Sema/
SemaLambda.cpp 57 Decl *&ManglingContextDecl) {
60 ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl;
72 if (ManglingContextDecl) {
73 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) {
78 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) {
81 } else if (isa<FieldDecl>(ManglingContextDecl)) {
96 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) ||
98 ManglingContextDecl = 0
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 674 Decl *ManglingContextDecl;
694 Decl *ManglingContextDecl,
698 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { }
703 assert(ManglingContextDecl && "Need to have a context declaration");
722 /// \param[out] ManglingContextDecl - Returns the ManglingContextDecl
726 Decl *&ManglingContextDecl);
    [all...]

Completed in 115 milliseconds