Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h131 llvm::FoldingSet<AttributedType> AttributedTypes; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3079 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
3087 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()