HomeSort by relevance Sort by last modified time
    Searched refs:getFnParent (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 221 /// getFnParent - Return the closest scope that is a function body.
223 const Scope *getFnParent() const { return FnParent; }
224 Scope *getFnParent() { return FnParent; }
333 if (const Scope *FnS = getFnParent()) {
  /development/vndk/tools/header-checker/src/dumper/
fake_decl_source.cpp 157 if (scope && scope->getFnParent()) {
185 if (scope && scope->getFnParent()) {
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp 134 getCurScope()->getFnParent()) {
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 591 milliseconds