OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentScope
(Results
1 - 9
of
9
) 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
...]
CodeGenFunction.h
896
LexicalScope *
ParentScope
;
904
: RunCleanupsScope(CGF), Range(Range),
ParentScope
(CGF.CurLexicalScope) {
932
CGF.CurLexicalScope =
ParentScope
;
/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/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/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/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/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
405
TypeIndex
ParentScope
= getScopeIndex(Scope);
406
FuncIdRecord FuncId(
ParentScope
, getTypeIndex(SP->getType()), DisplayName);
Completed in 44 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026