/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 25 unsigned ParentScope = 0; in Init() local 35 unsigned &ParentScope) { in BuildScopeInformation() 59 unsigned &ParentScope = in BuildScopeInformation() local
|
/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 53 unsigned ParentScope; member 233 BuildScopeInformation(Decl * D,unsigned & ParentScope) BuildScopeInformation() argument 252 BuildScopeInformation(VarDecl * D,const BlockDecl * BDecl,unsigned & ParentScope) BuildScopeInformation() argument 293 BuildScopeInformation(CompoundLiteralExpr * CLE,unsigned & ParentScope) BuildScopeInformation() argument 310 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) BuildScopeInformation() local [all...] |
H A D | SemaDecl.cpp | 15160 Scope *ParentScope = FnBodyScope->getParent(); ActOnStartOfFunctionDef() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 90 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1356 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local 1387 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-labels.cpp | 604 ProxyForScope ParentScope() { ParentScope() function in Fortran::semantics::ParseTreeAnalyzer 975 ProxyForScope ParentScope( ParentScope() function
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 251 value llvm_dibuild_create_module_native(value Builder, value ParentScope, in llvm_dibuild_create_module_native() argument 272 value llvm_dibuild_create_namespace(value Builder, value ParentScope, in llvm_dibuild_create_namespace() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument 622 TypeIndex ParentScope; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1098 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,const char * ConfigMacros,size_t ConfigMacrosLen,const char * IncludePath,size_t IncludePathLen,const char * APINotesFile,size_t APINotesFileLen) LLVMDIBuilderCreateModule() argument 1111 LLVMDIBuilderCreateNameSpace(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,LLVMBool ExportSymbols) LLVMDIBuilderCreateNameSpace() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 411 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local
|