Searched defs:getEndLoc (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp29 SMLoc AsmToken::getEndLoc() const { function in class:AsmToken
/external/clang/lib/AST/
H A DTypeLoc.cpp120 SourceLocation TypeLoc::getEndLoc() const { function in class:TypeLoc
H A DDeclarationName.cpp545 SourceLocation DeclarationNameInfo::getEndLoc() const { function in class:DeclarationNameInfo
564 return TInfo->getTypeLoc().getEndLoc();
H A DExprCXX.cpp130 SourceLocation CXXNewExpr::getEndLoc() const { function in class:CXXNewExpr
133 return AllocatedTypeInfo->getTypeLoc().getEndLoc();
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h270 SourceLocation getEndLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DStmtCXX.h88 return SourceRange(getTryLoc(), getEndLoc());
92 SourceLocation getEndLoc() const { function in class:clang::CXXTryStmt
H A DStmt.h473 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::DeclStmt
1697 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::MSAsmStmt
1776 return SourceRange(getExceptLoc(), getEndLoc());
1780 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } function in class:clang::SEHExceptStmt
1819 return SourceRange(getFinallyLoc(), getEndLoc());
1823 SourceLocation getEndLoc() const { return Block->getLocEnd(); } function in class:clang::SEHFinallyStmt
1863 return SourceRange(getTryLoc(), getEndLoc());
1867 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } function in class:clang::SEHTryStmt
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp142 /// getEndLoc - Get the location of the last token of this operand.
143 SMLoc getEndLoc() const { return EndLoc; } function in struct:__anon8910::MBlazeOperand
365 SMLoc E = Offset.getEndLoc();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp255 /// getEndLoc - Get the location of the last token of this operand.
256 SMLoc getEndLoc() const { return EndLoc; } function in class:__anon8937::MipsOperand
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp203 /// getEndLoc - Get the location of the last token of this operand.
204 SMLoc getEndLoc() const { return EndLoc; } function in struct:__anon8982::X86Operand
536 SMRange(StartLoc, Tok.getEndLoc()));
557 SMRange(StartLoc, Tok.getEndLoc()));
620 SMRange(StartLoc, Tok.getEndLoc()));
623 EndLoc = Tok.getEndLoc();
1126 SMLoc Loc = Op.getEndLoc();
1139 SMLoc Loc = Op.getEndLoc();
/external/clang/include/clang/Sema/
H A DDeclSpec.h76 SourceLocation getEndLoc() const { return Range.getEnd(); } function in class:clang::CXXScopeSpec
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp488 /// getEndLoc - Get the location of the last token of this operand.
489 SMLoc getEndLoc() const { return EndLoc; } function in class:__anon8852::ARMOperand

Completed in 217 milliseconds