/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 52 unsigned ParentScope; global() member 231 BuildScopeInformation(Decl * D,unsigned & ParentScope) BuildScopeInformation() argument 250 BuildScopeInformation(VarDecl * D,const BlockDecl * BDecl,unsigned & ParentScope) BuildScopeInformation() argument 291 BuildScopeInformation(CompoundLiteralExpr * CLE,unsigned & ParentScope) BuildScopeInformation() argument 308 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) BuildScopeInformation() local [all...] |
H A D | SemaDecl.cpp | 15437 Scope *ParentScope = FnBodyScope->getParent(); ActOnStartOfFunctionDef() local
|
/freebsd-src/sys/contrib/dev/acpica/components/parser/ |
H A D | psobject.c | 460 ACPI_PARSE_OBJECT *ParentScope; in AcpiPsCreateOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 90 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1351 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local 1382 Scope *ParentScope = getCurScope()->getParent(); ParseFunctionDefinition() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() 622 TypeIndex ParentScope; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1093 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 1106 LLVMDIBuilderCreateNameSpace(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,LLVMBool ExportSymbols) LLVMDIBuilderCreateNameSpace() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 411 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local
|