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 220 /// getContinueParent - Return the closest scope that a continue statement
222 Scope *getContinueParent() {
226 const Scope *getContinueParent() const {
227 return const_cast<Scope*>(this)->getContinueParent();
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 169 milliseconds