Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h221 mutable llvm::FoldingSet<UsingType> UsingTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4705 if (UsingType *T = UsingTypes.FindNodeOrInsertPos(ID, InsertPos)) in getUsingType()
4722 UsingTypes.InsertNode(NewType, InsertPos); in getUsingType()