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 320 InstantiatedFromUsingShadowDecl;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 586 = InstantiatedFromUsingShadowDecl.find(Inst);
587 if (Pos == InstantiatedFromUsingShadowDecl.end())
596 assert(!InstantiatedFromUsingShadowDecl[Inst] && "pattern already exists");
597 InstantiatedFromUsingShadowDecl[Inst] = Pattern;
    [all...]

Completed in 21 milliseconds