HomeSort by relevance Sort by last modified time
    Searched defs:getStartLoc (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 478 DebugLoc getStartLoc() const {
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 58 SourceLocation getStartLoc() const {
158 SourceLocation Loc = Region.getStartLoc();
246 SourceLocation LocStart = Region.getStartLoc();
392 SourceLocation StartLoc = Region.getStartLoc();
417 assert(SM.isWrittenInSameFile(Region.getStartLoc(), EndLoc));
491 SourceLocation Loc = I.getStartLoc();
783 if (Parent.hasStartLoc() && Parent.getStartLoc() == getStart(S))
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 222 /// getStartLoc - Get the location of the first token of this operand.
223 SMLoc getStartLoc() const { return StartLoc; }
817 ->getStartLoc();
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 456 SourceLocation getStartLoc() const { return StartLoc; }
    [all...]

Completed in 718 milliseconds