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 278 Decl *&ManglingContextDecl) {
281 ManglingContextDecl = ExprEvalContexts.back().ManglingContextDecl;
293 if (ManglingContextDecl) {
294 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ManglingContextDecl)) {
299 } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) {
302 } else if (isa<FieldDecl>(ManglingContextDecl)) {
317 !(ManglingContextDecl && isa<ParmVarDecl>(ManglingContextDecl))) ||
319 ManglingContextDecl = nullptr
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 768 Decl *ManglingContextDecl;
788 Decl *ManglingContextDecl,
793 ManglingContextDecl(ManglingContextDecl), MangleNumbering() { }
812 /// \param[out] ManglingContextDecl - Returns the ManglingContextDecl
816 Decl *&ManglingContextDecl);
    [all...]

Completed in 187 milliseconds