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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h374 InstantiatedFromUsingShadowDecl; member in class:clang::ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1236 = InstantiatedFromUsingShadowDecl.find(Inst);
1237 if (Pos == InstantiatedFromUsingShadowDecl.end())
1246 assert(!InstantiatedFromUsingShadowDecl[Inst] && "pattern already exists");
1247 InstantiatedFromUsingShadowDecl[Inst] = Pattern;
8596 llvm::capacity_in_bytes(InstantiatedFromUsingShadowDecl) +

Completed in 68 milliseconds