Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h95 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2315 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
2325 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
2330 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()