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

  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 56 void setStartLoc(SourceLocation Loc) { LocStart = Loc; }
506 I.setStartLoc(getPreciseTokenLocEnd(Loc));
533 Region.setStartLoc(StartLoc);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 457 void setStartLoc(SourceLocation L) { StartLoc = L; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 282 S->setStartLoc(ReadSourceLocation(Record, Idx));
    [all...]

Completed in 673 milliseconds