Searched defs:getStartLoc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h478 DebugLoc getStartLoc() const { function in class:llvm::Loop
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp58 SourceLocation getStartLoc() const { function in class:__anon1327::SourceMappingRegion
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))
/external/clang/include/clang/AST/
H A DStmt.h456 SourceLocation getStartLoc() const { return StartLoc; } function in class:clang::DeclStmt
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp222 /// getStartLoc - Get the location of the first token of this operand.
223 SMLoc getStartLoc() const { return StartLoc; } function in struct:__anon12564::HexagonOperand
817 ->getStartLoc();
1597 SMLoc myLoc = Operands[2]->getStartLoc();
1731 if (*Operands[4]->getStartLoc().getPointer() == '#') {
1732 StringStart = Operands[5]->getStartLoc().getPointer();
1733 StringEnd = Operands[6]->getStartLoc().getPointer();
1735 StringStart = Operands[4]->getStartLoc().getPointer();
1736 StringEnd = Operands[5]->getStartLoc().getPointer();

Completed in 89 milliseconds