Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddimodule.ll20 ; CHECK: !4 = !DIModule(scope: !0, name: "Module", isDecl: true)
21 !5 = !DIModule(scope: !0, name: "Module", isDecl: true)
/llvm-project-15.0.7/llvm/test/Bitcode/
H A DDIModule-fortran-external-module.ll3 ; CHECK: DIModule(scope: !2, name: "external_module", isDecl: true)
49 !11 = !DIModule(scope: !2, name: "external_module", isDecl: true)
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h168 bool isDecl() const { return !IsType; } in isDecl() function
176 assert(isDecl() && "Not a decl!"); in getDecl()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddimodule-external-fortran.ll81 !11 = !DIModule(scope: !2, name: "external_module", isDecl: true)
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5019 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule()
5025 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()