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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h131 SourceLocation getLocEnd() const { return EndLoc; } function in class:clang::OMPExecutableDirective
H A DOpenMPClause.h48 SourceLocation getLocEnd() const { return EndLoc; } function in class:clang::OMPClause
H A DExprCXX.h90 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
405 SourceLocation getLocEnd() const { return getRParenLoc(); } function in class:clang::UserDefinedLiteral
443 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
471 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
505 SourceLocation getLocEnd() const LLVM_READONLY {
506 return SubExpr->getLocEnd();
593 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
637 return SourceRange(getLocStart(), getLocEnd());
650 SourceLocation getLocEnd() cons function in class:clang::MSPropertyRefExpr
[all...]
H A DStmt.h365 SourceLocation getLocEnd() const LLVM_READONLY;
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
673 SourceLocation getLocEnd() const LLVM_READONLY;
723 SourceLocation getLocEnd() const LLVM_READONLY {
729 return CS->getSubStmt()->getLocEnd();
762 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
772 inline SourceLocation SwitchCase::getLocEnd() cons function in class:clang::SwitchCase
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp792 SourceLocation ObjCMethodDecl::getLocEnd() const { function in class:ObjCMethodDecl
794 return Body->getLocEnd();
H A DExprCXX.cpp282 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { function in class:CXXPseudoDestructorExpr
491 SourceLocation CXXConstructExpr::getLocEnd() const { function in class:CXXConstructExpr
493 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
502 SourceLocation NewEnd = Arg->getLocEnd();
518 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
529 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
531 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
733 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { function in class:CXXFunctionalCastExpr
734 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
827 SourceLocation CXXTemporaryObjectExpr::getLocEnd() cons function in class:CXXTemporaryObjectExpr
[all...]
H A DStmt.cpp166 (void) is_good(implements_getLocEnd(&type::getLocEnd))
214 static_cast<const S*>(stmt)->getLocEnd());
243 SourceLocation Stmt::getLocEnd() const { function in class:Stmt
249 return static_cast<const type*>(this)->getLocEnd();
754 SourceLocation ObjCAtTryStmt::getLocEnd() const { function in class:ObjCAtTryStmt
756 return getFinallyStmt()->getLocEnd();
758 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
759 return getTryBody()->getLocEnd();
H A DExpr.cpp172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
445 SourceLocation DeclRefExpr::getLocEnd() const { function in class:DeclRefExpr
448 return getNameInfo().getLocEnd();
1259 SourceLocation CallExpr::getLocEnd() const { function in class:CallExpr
1261 return cast<CXXOperatorCallExpr>(this)->getLocEnd();
1265 end = getArg(getNumArgs() - 1)->getLocEnd();
1403 SourceLocation MemberExpr::getLocEnd() const { function in class:MemberExpr
1408 EndLoc = getBase()->getLocEnd();
1917 SourceLocation InitListExpr::getLocEnd() const { function in class:InitListExpr
1919 return SyntacticForm->getLocEnd();
3847 SourceLocation DesignatedInitExpr::getLocEnd() const { function in class:DesignatedInitExpr
[all...]

Completed in 202 milliseconds