HomeSort by relevance Sort by last modified time
    Searched refs: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; }
252 if (const Scope *FnS = getFnParent()) {
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp 120 getCurScope()->getFnParent()) {
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]

Completed in 428 milliseconds