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

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 22 SMLoc MCAsmLexer::getLoc() const {
26 SMLoc AsmToken::getLoc() const {
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 39 SourceLocation getLoc() const { return Loc; }
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
  /external/llvm/lib/AsmParser/
LLLexer.h 55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
  /external/llvm/include/llvm/MC/
MCFixup.h 107 SMLoc getLoc() const { return Loc; }
MCInst.h 161 SMLoc getLoc() const { return Loc; }
  /external/llvm/lib/TableGen/
TGLexer.cpp 36 SMLoc TGLexer::getLoc() const {
296 PrintError(getLoc(), "Expected filename after include");
308 PrintError(getLoc(), "Could not find include file '" + Filename + "'");
314 PrintError(getLoc(),
320 Dependencies.insert(std::make_pair(IncludedFile, getLoc()));
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 66 SMLoc getLoc() const { return StartLoc; }
202 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 179 SourceLocation LHS = getLoc(L);
180 SourceLocation RHS = getLoc(R);
185 SourceLocation LHS = getLoc(L);
190 SourceLocation RHS = getLoc(R);
194 SourceLocation getLoc(PreprocessedEntity *PPE) const {
  /external/clang/include/clang/Sema/
AttributeList.h 284 SourceLocation getLoc() const { return AttrRange.getBegin(); }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 378 Loc getLoc() const {
  /external/clang/include/clang/AST/
DeclarationName.h 453 /// getLoc - Returns the main location of the declaration name.
454 SourceLocation getLoc() const { return NameLoc; }
  /external/llvm/utils/FileCheck/
FileCheck.cpp 95 /// getLoc - Return the location in source code.
96 SMLoc getLoc() const { return PatternLoc; }
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 168 Vector3f loc = this.getLoc(curveStructure);
576 protected Vector3f getLoc(Structure curveStructure) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 141 MachineLocation getLoc() const { return Loc; }
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 495 milliseconds