Home
last modified time | relevance | path

Searched refs:DependentNameTypes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h225 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5112 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
5118 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()