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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h129 SourceLocation getLocStart() const { return StartLoc; } function in class:clang::OMPExecutableDirective
H A DOpenMPClause.h46 SourceLocation getLocStart() const { return StartLoc; } function in class:clang::OMPClause
H A DExprCXX.h89 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
210 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
400 SourceLocation getLocStart() const { function in class:clang::UserDefinedLiteral
403 return getArg(0)->getLocStart();
442 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
470 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
502 SourceLocation getLocStart() const LLVM_READONLY {
503 return SubExpr->getLocStart();
592 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
637 return SourceRange(getLocStart(), getLocEn
642 SourceLocation getLocStart() const { function in class:clang::MSPropertyRefExpr
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp134 SourceLocation CXXScalarValueInitExpr::getLocStart() const { function in class:CXXScalarValueInitExpr
485 SourceLocation CXXConstructExpr::getLocStart() const { function in class:CXXConstructExpr
487 return cast<CXXTemporaryObjectExpr>(this)->getLocStart();
521 return SourceRange(getArg(0)->getLocStart(), getOperatorLoc());
525 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
527 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
531 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
729 SourceLocation CXXFunctionalCastExpr::getLocStart() const { function in class:CXXFunctionalCastExpr
730 return getTypeInfoAsWritten()->getTypeLoc().getLocStart();
823 SourceLocation CXXTemporaryObjectExpr::getLocStart() cons function in class:CXXTemporaryObjectExpr
1180 SourceLocation CXXUnresolvedConstructExpr::getLocStart() const { function in class:CXXUnresolvedConstructExpr
[all...]
H A DStmt.cpp164 (void) is_good(implements_getLocStart(&type::getLocStart))
213 return SourceRange(static_cast<const S*>(stmt)->getLocStart(),
230 SourceLocation Stmt::getLocStart() const { function in class:Stmt
231 // llvm::errs() << "getLocStart() for " << getStmtClassName() << "\n";
237 return static_cast<const type*>(this)->getLocStart();
H A DExpr.cpp172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
189 return static_cast<const E*>(expr)->getLocStart();
440 SourceLocation DeclRefExpr::getLocStart() const { function in class:DeclRefExpr
443 return getNameInfo().getLocStart();
1250 SourceLocation CallExpr::getLocStart() const { function in class:CallExpr
1252 return cast<CXXOperatorCallExpr>(this)->getLocStart();
1254 SourceLocation begin = getCallee()->getLocStart();
1256 begin = getArg(0)->getLocStart();
1389 SourceLocation MemberExpr::getLocStart() const { function in class:MemberExpr
1398 SourceLocation BaseStartLoc = getBase()->getLocStart();
1899 SourceLocation InitListExpr::getLocStart() const { function in class:InitListExpr
3832 SourceLocation DesignatedInitExpr::getLocStart() const { function in class:DesignatedInitExpr
[all...]

Completed in 6276 milliseconds