OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getfnparent
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
177
///
getFnParent
- Return the closest scope that is a function body.
179
const Scope *
getFnParent
() const { return FnParent; }
180
Scope *
getFnParent
() { return FnParent; }
261
if (const Scope *FnS =
getFnParent
()) {
/external/clang/lib/Sema/
SemaCodeComplete.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
111
getCurScope()->
getFnParent
()) {
[
all
...]
ParseExpr.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
Completed in 306 milliseconds