Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h218 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5474 = DependentDecltypeTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecltypeType()
5478 DependentDecltypeTypes.InsertNode(Canon, InsertPos); in getDecltypeType()