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

Completed in 81 milliseconds