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

  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 54 /// getStartLoc - Get the location of the first token of this operand.
55 virtual SMLoc getStartLoc() const = 0;
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 306 /// getStartLoc - Get the location of the first token of this operand.
307 SMLoc getStartLoc() const override { return StartLoc; }
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 612 /// getStartLoc - Get the location of the first token of this operand.
613 SMLoc getStartLoc() const override { return StartLoc; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 433 DebugLoc LoopLoc = L->getStartLoc();
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 846 /// getStartLoc - Get the location of the first token of this operand.
847 SMLoc getStartLoc() const override { return StartLoc; }
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 509 const DebugLoc LoopDbgLoc = L->getStartLoc();
778 DebugLoc DL = TheLoop->getStartLoc();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 235 DebugLoc LoopLoc = L->getStartLoc();
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 228 /// getStartLoc - Get the location of the first token of this operand.
229 SMLoc getStartLoc() const override {
415 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 224 SMLoc getStartLoc() const override { return StartLoc; }
716 ErrorLoc = ((SystemZOperand &)*Operands[ErrorInfo]).getStartLoc();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 350 CNE->getStartLoc(),
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 461 DebugLoc getStartLoc() const {
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
X86Operand.h 71 /// getStartLoc - Get the location of the first token of this operand.
72 SMLoc getStartLoc() const override { return StartLoc; }
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Stmt.h 468 SourceLocation getStartLoc() const { return StartLoc; }
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 352 /// getStartLoc - Get the location of the first token of this operand.
353 SMLoc getStartLoc() const override { return StartLoc; }
946 ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 214 Writer.AddSourceLocation(S->getStartLoc(), Record);
    [all...]

Completed in 353 milliseconds