Searched refs:InstantiatedFromUsingShadowDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h330 InstantiatedFromUsingShadowDecl; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp926 = InstantiatedFromUsingShadowDecl.find(Inst);
927 if (Pos == InstantiatedFromUsingShadowDecl.end())
936 assert(!InstantiatedFromUsingShadowDecl[Inst] && "pattern already exists");
937 InstantiatedFromUsingShadowDecl[Inst] = Pattern;
7368 + llvm::capacity_in_bytes(InstantiatedFromUsingShadowDecl)

Completed in 83 milliseconds