Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h176 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2826 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
2836 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
2841 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()