OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopeDepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
1667
void setScopeInfo(unsigned
scopeDepth
, unsigned parameterIndex) {
1670
ParmVarDeclBits.ScopeDepthOrObjCQuals =
scopeDepth
;
1671
assert(ParmVarDeclBits.ScopeDepthOrObjCQuals ==
scopeDepth
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1498
unsigned
scopeDepth
= Record.readInt();
1502
assert(
scopeDepth
== 0);
1506
PD->setScopeInfo(
scopeDepth
, scopeIndex);
Completed in 22 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026