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

/external/clang/include/clang/AST/
H A DExprCXX.h88 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
209 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
401 SourceLocation getLocEnd() const { return getRParenLoc(); } function in class:clang::UserDefinedLiteral
438 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
464 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
547 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
623 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
673 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
723 SourceLocation getLocEnd() const LLVM_READONLY {
726 return getSubExpr()->getLocEnd();
[all...]
H A DStmt.h363 SourceLocation getLocEnd() const LLVM_READONLY;
479 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
534 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
607 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
661 SourceLocation getLocEnd() const LLVM_READONLY;
711 SourceLocation getLocEnd() const LLVM_READONLY {
717 return CS->getSubStmt()->getLocEnd();
750 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}
760 inline SourceLocation SwitchCase::getLocEnd() cons function in class:clang::SwitchCase
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp610 SourceLocation ObjCMethodDecl::getLocEnd() const { function in class:ObjCMethodDecl
612 return Body->getLocEnd();
H A DExprCXX.cpp219 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { function in class:CXXPseudoDestructorExpr
427 SourceLocation CXXConstructExpr::getLocEnd() const { function in class:CXXConstructExpr
429 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
438 SourceLocation NewEnd = Arg->getLocEnd();
454 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
465 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
467 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
744 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { function in class:CXXTemporaryObjectExpr
H A DStmt.cpp167 (void) sizeof(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();
764 SourceLocation ObjCAtTryStmt::getLocEnd() const { function in class:ObjCAtTryStmt
766 return getFinallyStmt()->getLocEnd();
768 return getCatchStmt(NumCatchStmts - 1)->getLocEnd();
769 return getTryBody()->getLocEnd();
H A DExpr.cpp184 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
454 SourceLocation DeclRefExpr::getLocEnd() const { function in class:DeclRefExpr
457 return getNameInfo().getLocEnd();
1204 SourceLocation CallExpr::getLocEnd() const { function in class:CallExpr
1206 return cast<CXXOperatorCallExpr>(this)->getLocEnd();
1210 end = getArg(getNumArgs() - 1)->getLocEnd();
1348 SourceLocation MemberExpr::getLocEnd() const { function in class:MemberExpr
1353 EndLoc = getBase()->getLocEnd();
1850 SourceLocation InitListExpr::getLocEnd() const { function in class:InitListExpr
1852 return SyntacticForm->getLocEnd();
3730 SourceLocation DesignatedInitExpr::getLocEnd() const { function in class:DesignatedInitExpr
[all...]

Completed in 154 milliseconds