Searched defs:getLoc (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp22 SMLoc MCAsmLexer::getLoc() const { function in class:MCAsmLexer
26 SMLoc AsmToken::getLoc() const { function in class:AsmToken
/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h39 SourceLocation getLoc() const { return Loc; } function in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc
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/
H A DLLLexer.h55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); } function in class:llvm::LLLexer
65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); }
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java168 Vector3f loc = this.getLoc(curveStructure);
576 protected Vector3f getLoc(Structure curveStructure) { method in class:CurvesHelper
/external/llvm/include/llvm/MC/
H A DMCFixup.h107 SMLoc getLoc() const { return Loc; } function in class:llvm::MCFixup
H A DMCInst.h161 SMLoc getLoc() const { return Loc; } function in class:llvm::MCInst
/external/llvm/lib/TableGen/
H A DTGLexer.cpp36 SMLoc TGLexer::getLoc() const { function in class:TGLexer
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/
H A Dllvm-mcmarkup.cpp66 SMLoc getLoc() const { return StartLoc; } function in class:MarkupTag
202 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp179 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 { function in struct:__anon3813::PPEntityComp
/external/clang/include/clang/AST/
H A DDeclarationName.h449 /// getLoc - Returns the main location of the declaration name.
450 SourceLocation getLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
/external/clang/include/clang/Sema/
H A DAttributeList.h246 SourceLocation getLoc() const { return AttrRange.getBegin(); } function in class:clang::AttributeList
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h370 Loc getLoc() const { function in class:clang::ento::nonloc::LocAsInteger
/external/llvm/include/llvm/TableGen/
H A DRecord.h1442 ArrayRef<SMLoc> getLoc() const { return Locs; } function in class:llvm::Record
/external/clang/lib/Serialization/
H A DASTReader.cpp3978 SourceLocation LHS = getLoc(L);
3979 SourceLocation RHS = getLoc(R);
3984 SourceLocation LHS = getLoc(L);
3989 SourceLocation RHS = getLoc(R);
3993 SourceLocation getLoc(const PPEntityOffset &PPE) const { function in struct:__anon3956::PPEntityComp
/external/clang/tools/libclang/
H A DCIndex.cpp1724 SourceLocation getLoc() const { function in class:__anon5061::LabelRefVisit
1779 SourceLocation getLoc() const { function in class:__anon5061::MemberRefVisit
2226 if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(),
2249 if (Visit(MakeCursorMemberRef(V->get(), V->getLoc(), TU)))
2429 Pieces.push_back(NI.getLoc());

Completed in 495 milliseconds