Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h115 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3984 = DependentDecltypeTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecltypeType()
3988 DependentDecltypeTypes.InsertNode(Canon, InsertPos); in getDecltypeType()