Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h168 bool isDecl() const { return !IsType; } in isDecl() function
176 assert(isDecl() && "Not a decl!"); in getDecl()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5296 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule()
5302 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()