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 238 /// getBreakParent - Return the closest scope that a break statement
240 Scope *getBreakParent() {
243 const Scope *getBreakParent() const {
244 return const_cast<Scope*>(this)->getBreakParent();
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 105 milliseconds