OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentScope
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp
25
unsigned
ParentScope
= 0;
26
AlwaysBypassed = !BuildScopeInformation(Body,
ParentScope
);
35
unsigned &
ParentScope
) {
38
Scopes.push_back({
ParentScope
, VD});
39
ParentScope
= Scopes.size() - 1;
44
return BuildScopeInformation(Init,
ParentScope
);
59
unsigned &
ParentScope
=
71
if (!BuildScopeInformation(Init,
ParentScope
))
76
if (!BuildScopeInformation(Var,
ParentScope
))
83
FromScopes.push_back({S,
ParentScope
});
[
all
...]
VarBypassDetector.h
62
bool BuildScopeInformation(const Decl *D, unsigned &
ParentScope
);
CGStmt.cpp
641
if (innermostScope != EHScopeStack::stable_end() &&
ParentScope
) {
642
ParentScope
->Labels.append(Labels.begin(), Labels.end());
CodeGenFunction.h
896
LexicalScope *
ParentScope
;
904
: RunCleanupsScope(CGF), Range(Range),
ParentScope
(CGF.CurLexicalScope) {
932
CGF.CurLexicalScope =
ParentScope
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
50
///
ParentScope
- The index in ScopeMap of the parent scope. This is 0 for
52
unsigned
ParentScope
;
65
GotoScope(unsigned
parentScope
, unsigned InDiag, unsigned OutDiag,
67
:
ParentScope
(
parentScope
), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
82
void BuildScopeInformation(Decl *D, unsigned &
ParentScope
);
84
unsigned &
ParentScope
);
85
void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &
ParentScope
);
130
assert(Scopes[B].
ParentScope
< B);
131
B = Scopes[B].
ParentScope
;
[
all
...]
SemaDecl.cpp
13946
Scope *
ParentScope
= FnBodyScope->getParent();
13958
ParentScope
, D, TemplateParameterLists, Bases);
13961
Decl *DP = HandleDeclarator(
ParentScope
, D, TemplateParameterLists);
/src/sys/external/bsd/acpica/dist/parser/
psobject.c
352
ACPI_PARSE_OBJECT *
ParentScope
;
434
ParentScope
= AcpiPsGetParentScope (&(WalkState->ParserState));
435
AcpiPsAppendArg (
ParentScope
, Op);
437
if (
ParentScope
)
439
OpInfo = AcpiPsGetOpcodeInfo (
ParentScope
->Common.AmlOpcode);
443
if (
ParentScope
->Common.ArgListLength > ArgumentCount)
453
else if ((
ParentScope
->Common.AmlOpcode == AML_INCREMENT_OP) ||
454
(
ParentScope
->Common.AmlOpcode == AML_DECREMENT_OP))
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp
84
TypeIndex
ParentScope
= FRecord.getParentScope();
85
if (!
ParentScope
.isNoneType()) {
86
QualifiedName.append(std::string(Ids.getTypeName(
ParentScope
)));
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c
252
llvm_dibuild_create_module_native(value Builder, LLVMMetadataRef
ParentScope
,
256
DIBuilder_val(Builder),
ParentScope
, String_val(Name),
266
(LLVMMetadataRef)argv[1], //
ParentScope
275
LLVMMetadataRef
ParentScope
,
278
DIBuilder_val(Builder),
ParentScope
, String_val(Name),
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
613
FuncIdRecord(TypeIndex
ParentScope
, TypeIndex FunctionType, StringRef Name)
614
: TypeRecord(TypeRecordKind::FuncId),
ParentScope
(
ParentScope
),
617
TypeIndex getParentScope() const { return
ParentScope
; }
621
TypeIndex
ParentScope
;
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h
286
* \param
ParentScope
The parent scope containing this module declaration.
298
LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef
ParentScope
,
307
* \param
ParentScope
The parent scope containing this module declaration.
315
LLVMMetadataRef
ParentScope
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp
905
LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef
ParentScope
,
911
unwrapDI<DIScope>(
ParentScope
), StringRef(Name, NameLen),
918
LLVMMetadataRef
ParentScope
,
922
unwrapDI<DIScope>(
ParentScope
), StringRef(Name, NameLen), ExportSymbols));
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1229
Scope *
ParentScope
= getCurScope()->getParent();
1232
Decl *DP = Actions.HandleDeclarator(
ParentScope
, D,
1260
Scope *
ParentScope
= getCurScope()->getParent();
1263
Decl *FuncDecl = Actions.HandleDeclarator(
ParentScope
, D,
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp
553
error(IO.mapInteger(Record.
ParentScope
, "
ParentScope
"));
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp
427
Func.FunctionType, Func.
ParentScope
);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp
569
IO.mapRequired("
ParentScope
", Record.
ParentScope
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
405
TypeIndex
ParentScope
= getScopeIndex(Scope);
406
FuncIdRecord FuncId(
ParentScope
, getTypeIndex(SP->getType()), DisplayName);
Completed in 82 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026