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

  /external/clang/include/clang/Sema/
Scope.h 210 /// getFnParent - Return the closest scope that is a function body.
212 const Scope *getFnParent() const { return FnParent; }
213 Scope *getFnParent() { return FnParent; }
311 if (const Scope *FnS = getFnParent()) {
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp 128 getCurScope()->getFnParent()) {
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 124 milliseconds