OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockParent
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
276
Scope *
getBlockParent
() { return BlockParent; }
277
const Scope *
getBlockParent
() const { return BlockParent; }
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
147
getCurScope()->isInObjcMethodScope() || getCurScope()->
getBlockParent
() ||
ParseExpr.cpp
2813
if (!getCurScope()->getFnParent() && !getCurScope()->
getBlockParent
()) {
ParseDecl.cpp
3142
if (getCurScope()->getFnParent() || getCurScope()->
getBlockParent
())
Completed in 43 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026