Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h136 llvm::FoldingSet<AttributedType> AttributedTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h238 llvm::FoldingSet<AttributedType> AttributedTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3266 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
3274 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4499 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos); in getAttributedType()
4507 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()