Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DASTContext.h250 mutable llvm::FoldingSet<AttributedType> AttributedTypes; variable
/src/contrib/llvm-project/clang/lib/AST/ !
H A DASTContext.cpp5169 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
5177 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()