OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompoundScopes
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
332
Func->
CompoundScopes
.begin(), Func->
CompoundScopes
.end(),
Sema.cpp
2047
getCurFunction()->
CompoundScopes
.push_back(CompoundScopeInfo(IsStmtExpr));
2052
assert(!CurFunction->
CompoundScopes
.empty() && "mismatched push/pop");
2054
CurFunction->
CompoundScopes
.pop_back();
SemaStmt.cpp
402
return getCurFunction()->
CompoundScopes
.back();
SemaOpenMP.cpp
19319
(ParentFn != nullptr) && !ParentFn->
CompoundScopes
.empty();
19571
(ParentFn != nullptr) && !ParentFn->
CompoundScopes
.empty();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
214
SmallVector<CompoundScopeInfo, 4>
CompoundScopes
;
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026