Searched defs:isDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTWriter.h123 bool isDecl() const { return !IsType; } function in class:clang::ASTWriter::DeclOrType
131 assert(isDecl() && "Not a decl!");

Completed in 101 milliseconds