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

  /external/clang/include/clang/Sema/
Scope.h 173 /// getContinueParent - Return the closest scope that a continue statement
175 Scope *getContinueParent() {
179 const Scope *getContinueParent() const {
180 return const_cast<Scope*>(this)->getContinueParent();
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 989 milliseconds