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

Completed in 1025 milliseconds