Searched refs:DeclOrType (Results 1 – 3 of 3) sorted by relevance
183 class DeclOrType {185 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType() function186 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType() function207 std::queue<DeclOrType> DeclTypesToEmit;
6237 DeclOrType DOT = DeclTypesToEmit.front(); in WriteDeclAndTypes()
2527 …td::deque<clang::ASTWriter::DeclOrType, std::allocator<clang::ASTWriter::DeclOrType>>::push_back(c…2528 …eallocate_mapEmb", "std::deque<clang::ASTWriter::DeclOrType, std::allocator<clang::ASTWriter::Decl…2529 …lize_mapEm", "std::_Deque_base<clang::ASTWriter::DeclOrType, std::allocator<clang::ASTWriter::Decl…2530 …::DeclOrType, std::allocator<clang::ASTWriter::DeclOrType>>::deque(std::deque<clang::ASTWriter::De…