Searched defs:getEndLoc (Results 1 - 7 of 7) 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.cpp559 SourceLocation DeclarationNameInfo::getEndLoc() const { function in class:DeclarationNameInfo
578 return TInfo->getTypeLoc().getEndLoc();
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h274 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.h470 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::DeclStmt
1739 SourceLocation getEndLoc() const { return EndLoc; } function in class:clang::MSAsmStmt
1834 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1837 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); } function in class:clang::SEHExceptStmt
1874 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1877 SourceLocation getEndLoc() const { return Block->getLocEnd(); } function in class:clang::SEHFinallyStmt
1913 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
1916 SourceLocation getEndLoc() const { return Children[HANDLER]->getLocEnd(); } function in class:clang::SEHTryStmt
/external/clang/include/clang/Sema/
H A DDeclSpec.h76 SourceLocation getEndLoc() const { return Range.getEnd(); } function in class:clang::CXXScopeSpec

Completed in 161 milliseconds