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

/external/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp30 SMLoc AsmToken::getEndLoc() const { function in class:AsmToken
/external/clang/lib/AST/
H A DTypeLoc.cpp165 SourceLocation TypeLoc::getEndLoc() const { function in class:TypeLoc
H A DDeclarationName.cpp548 SourceLocation DeclarationNameInfo::getEndLoc() const { function in class:DeclarationNameInfo
567 return TInfo->getTypeLoc().getEndLoc();
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h273 SourceLocation getEndLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DStmtCXX.h89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
92 SourceLocation getEndLoc() const { function in class:clang::CXXTryStmt
H A DStmt.h468 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::DeclStmt
1697 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::MSAsmStmt
1795 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1798 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } function in class:clang::SEHExceptStmt
1835 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1838 SourceLocation getEndLoc() const { return Block->getLocEnd(); } function in class:clang::SEHFinallyStmt
1876 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1879 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } function in class:clang::SEHTryStmt
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp220 SMLoc getEndLoc() const { return EndLoc; } function in class:__anon21316::AArch64Operand
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp425 /// getEndLoc - Get the location of the last token of this operand.
426 SMLoc getEndLoc() const { function in class:__anon21399::MipsOperand
1761 getTok().getEndLoc().getPointer() - DollarLoc.getPointer());
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp304 /// getEndLoc - Get the location of the last token of this operand.
305 SMLoc getEndLoc() const { return EndLoc; } function in struct:__anon21425::PPCOperand
929 EndLoc = Tok.getEndLoc();
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp661 /// getEndLoc - Get the location of the last token of this operand.
662 SMLoc getEndLoc() const { return EndLoc; } function in struct:__anon21497::X86Operand
1041 EndLoc = Tok.getEndLoc();
1099 EndLoc = Parser.getTok().getEndLoc();
1104 EndLoc = Parser.getTok().getEndLoc();
1122 EndLoc = Parser.getTok().getEndLoc();
1337 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc();
1369 End = Tok.getEndLoc();
1412 End = Tok.getEndLoc();
1827 SMLoc MemEnd = Parser.getTok().getEndLoc();
[all...]
/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.cpp529 /// getEndLoc - Get the location of the last token of this operand.
530 SMLoc getEndLoc() const { return EndLoc; } function in class:__anon21351::ARMOperand
2596 EndLoc = Parser.getTok().getEndLoc();
2728 EndLoc = Parser.getTok().getEndLoc();
2767 RegTok.getEndLoc()));
2794 SMLoc E = Parser.getTok().getEndLoc();
2944 SMLoc E = Parser.getTok().getEndLoc();
3112 SMLoc E = Parser.getTok().getEndLoc();
3136 EndLoc = Parser.getTok().getEndLoc();
3161 EndLoc = Parser.getTok().getEndLoc();
[all...]

Completed in 360 milliseconds