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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h147 class DeclOrType { class in class:clang::ASTWriter
149 DeclOrType(Decl *D) : Stored(D), IsType(false) { } function in class:clang::ASTWriter::DeclOrType
150 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } function in class:clang::ASTWriter::DeclOrType
171 std::queue<DeclOrType> DeclTypesToEmit;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4432 DeclOrType DOT = DeclTypesToEmit.front();

Completed in 111 milliseconds