Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h241 llvm::FoldingSet<AttributedType> AttributedTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4569 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
4577 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()