HomeSort by: relevance | last modified time | path
    Searched refs:InstantiatedFromUsingShadowDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1577 = InstantiatedFromUsingShadowDecl.find(Inst);
1578 if (Pos == InstantiatedFromUsingShadowDecl.end())
1587 assert(!InstantiatedFromUsingShadowDecl[Inst] && "pattern already exists");
1588 InstantiatedFromUsingShadowDecl[Inst] = Pattern;
11089 llvm::capacity_in_bytes(InstantiatedFromUsingShadowDecl) +
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 521 InstantiatedFromUsingShadowDecl;

Completed in 43 milliseconds