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

Completed in 68 milliseconds