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.h187 bool isDecl() const { return !IsType; } in isDecl() function
195 assert(isDecl() && "Not a decl!"); in getDecl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5720 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule()
5726 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()