Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h189 bool isDecl() const { return !IsType; } in isDecl() function
197 assert(isDecl() && "Not a decl!"); in getDecl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6012 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule()
6018 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()