HomeSort by: relevance | last modified time | path
    Searched refs:getSwitchLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1430 Builder.markChildToken(S->getSwitchLoc(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2258 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; }
2287 SourceLocation getBeginLoc() const { return getSwitchLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 180 Record.AddSourceLocation(S->getSwitchLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7404 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(),
7411 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(),
7422 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6227 auto ToSwitchLoc = importChecked(Err, S->getSwitchLoc());

Completed in 67 milliseconds