Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h238 mutable llvm::FoldingSet<AttributedType> AttributedTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4775 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
4783 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()