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

/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h168 bool isDecl() const { return !IsType; } function in class:clang::ASTWriter::DeclOrType
176 assert(isDecl() && "Not a decl!");
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5286 /// file: !1, line: 4, isDecl: false)
5296 OPTIONAL(isDecl, MDBoolField, );
5302 apinotes.Val, line.Val, isDecl.Val));

Completed in 135 milliseconds