HomeSort by relevance Sort by last modified time
    Searched defs:getLocStart (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/lib/AST/
ExprCXX.cpp 58 SourceLocation CXXScalarValueInitExpr::getLocStart() const {
407 SourceLocation CXXConstructExpr::getLocStart() const {
409 return cast<CXXTemporaryObjectExpr>(this)->getLocStart();
443 return SourceRange(getArg(0)->getLocStart(), getOperatorLoc());
447 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
449 return SourceRange(getArg(0)->getLocStart(), getRParenLoc());
453 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
651 SourceLocation CXXFunctionalCastExpr::getLocStart() const {
652 return getTypeInfoAsWritten()->getTypeLoc().getLocStart();
740 SourceLocation CXXTemporaryObjectExpr::getLocStart() const
    [all...]
Stmt.cpp 191 (void) is_good(implements_getLocStart(&type::getLocStart))
240 return SourceRange(static_cast<const S*>(stmt)->getLocStart(),
257 SourceLocation Stmt::getLocStart() const {
258 // llvm::errs() << "getLocStart() for " << getStmtClassName() << "\n";
264 return static_cast<const type*>(this)->getLocStart();
    [all...]
Expr.cpp 172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
189 return static_cast<const E*>(expr)->getLocStart();
427 SourceLocation DeclRefExpr::getLocStart() const {
430 return getNameInfo().getLocStart();
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 89 ? getLocStart()
93 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
151 return getLocStart();
233 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
444 SourceLocation getLocStart() const {
447 return getArg(0)->getLocStart();
486 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
516 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
550 SourceLocation getLocStart() const LLVM_READONLY {
551 return SubExpr->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtOpenMP.h 168 SourceLocation getLocStart() const { return StartLoc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprCXX.h 100 ? getLocStart()
104 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
166 return getLocStart();
248 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
459 SourceLocation getLocStart() const {
462 return getArg(0)->getLocStart();
501 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
531 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
565 SourceLocation getLocStart() const LLVM_READONLY {
566 return SubExpr->getLocStart();
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
326 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
417 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
462 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
521 SourceLocation getLocStart() const LLVM_READONLY {
522 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]

Completed in 1045 milliseconds

1 2 3