Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h211 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5704 = DependentDecltypeTypes.FindNodeOrInsertPos(ID, InsertPos); in getDecltypeType()
5708 DependentDecltypeTypes.InsertNode(Canon, InsertPos); in getDecltypeType()