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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 1056 setSwitchLoc(SourceLocation{});
ASTImporter.cpp 6235 ToStmt->setSwitchLoc(ToSwitchLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2259 void setSwitchLoc(SourceLocation L) { SwitchStmtBits.SwitchLoc = L; }
2267 setSwitchLoc(SL);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 253 S->setSwitchLoc(readSourceLocation());

Completed in 29 milliseconds