Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h191 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3629 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
3639 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
3644 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()