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

/external/clang/include/clang/AST/
H A DASTContext.h121 llvm::FoldingSet<AttributedType> AttributedTypes; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp3021 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos);
3029 AttributedTypes.InsertNode(type, insertPos);

Completed in 363 milliseconds