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

  /external/clang/include/clang/AST/
ASTContext.h 285 InstantiatedFromUsingShadowDecl;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 522 = InstantiatedFromUsingShadowDecl.find(Inst);
523 if (Pos == InstantiatedFromUsingShadowDecl.end())
532 assert(!InstantiatedFromUsingShadowDecl[Inst] && "pattern already exists");
533 InstantiatedFromUsingShadowDecl[Inst] = Pattern;
    [all...]

Completed in 37 milliseconds