Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h226 mutable llvm::FoldingSet<ParenType> ParenTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4837 ParenType *T = ParenTypes.FindNodeOrInsertPos(ID, InsertPos); in getParenType()
4844 ParenType *CheckT = ParenTypes.FindNodeOrInsertPos(ID, InsertPos); in getParenType()
4851 ParenTypes.InsertNode(T, InsertPos); in getParenType()