Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h85 mutable llvm::FoldingSet<DecayedType> DecayedTypes; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp2172 if (DecayedType *DT = DecayedTypes.FindNodeOrInsertPos(ID, InsertPos)) in getDecayedType()
2195 DecayedType *NewIP = DecayedTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecayedType()
2201 DecayedTypes.InsertNode(New, InsertPos); in getDecayedType()