Home
last modified time | relevance | path

Searched defs:ParentScope (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp25 unsigned ParentScope = 0; in Init() local
35 unsigned &ParentScope) { in BuildScopeInformation()
59 unsigned &ParentScope = in BuildScopeInformation() local
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp53 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 DSemaDecl.cpp15160 Scope *ParentScope = FnBodyScope->getParent(); ActOnStartOfFunctionDef() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp90 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local
/llvm-project/clang/lib/Parse/
H A DParser.cpp1356 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local
1387 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp604 ProxyForScope ParentScope() { ParentScope() function in Fortran::semantics::ParseTreeAnalyzer
975 ProxyForScope ParentScope( ParentScope() function
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c251 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 DTypeRecord.h614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
622 TypeIndex ParentScope; variable
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1098 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 DCodeViewDebug.cpp411 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local