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

  /external/clang/include/clang/Sema/
Scope.h 230 /// getBreakParent - Return the closest scope that a break statement
232 Scope *getBreakParent() {
235 const Scope *getBreakParent() const {
236 return const_cast<Scope*>(this)->getBreakParent();
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 360 milliseconds