Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Frontend/
H A Dnoderef.cpp40 void ParenTypes() { in ParenTypes() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h247 mutable llvm::FoldingSet<ParenType> ParenTypes{GeneralTypesLog2InitSize};
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5012 ParenType *T = ParenTypes.FindNodeOrInsertPos(ID, InsertPos); in getParenType()
5019 ParenType *CheckT = ParenTypes.FindNodeOrInsertPos(ID, InsertPos); in getParenType()
5026 ParenTypes.InsertNode(T, InsertPos); in getParenType()