HomeSort by relevance Sort by last modified time
    Searched refs:getSemiLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 38 SourceLocation SemiLoc = S->getSemiLoc();
  /external/clang/include/clang/AST/
Stmt.h 521 SourceLocation getSemiLoc() const { return SemiLoc; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 65 Writer.AddSourceLocation(S->getSemiLoc(), Record);
    [all...]

Completed in 32 milliseconds