Home
last modified time | relevance | path

Searched defs:getLocEnd (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DDeclarationName.h522 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DDeclBase.h347 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
DTypeLoc.h101 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd() function
DDeclObjC.h286 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd() function
DExpr.h2643 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd() function
/external/clang/include/clang/Sema/
DDeclSpec.h453 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
980 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd() function
1549 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd() function
/external/clang/lib/AST/
DExpr.cpp376 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
983 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1131 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
DStmt.cpp235 SourceLocation Stmt::getLocEnd() const { in getLocEnd() function in Stmt