Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h111 mutable llvm::FoldingSet<DependentNameType> DependentNameTypes; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp3313 = DependentNameTypes.FindNodeOrInsertPos(ID, InsertPos); in getDependentNameType()
3319 DependentNameTypes.InsertNode(T, InsertPos); in getDependentNameType()