Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h264 mutable llvm::FoldingSet<AttributedType> AttributedTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4711 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
4719 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()