Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h252 mutable llvm::DenseMap<llvm::FoldingSetNodeID, AutoType *> AutoTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6628 if (auto const AT_iter = AutoTypes.find(ID); AT_iter != AutoTypes.end()) in getAutoTypeInternal()
6663 AutoTypes.try_emplace(ID, AT); in getAutoTypeInternal()