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

1 2 3 4

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 58 << SM.getExpansionLineNumber(CL->getLocStart())
64 SourceLocation L = ARE->getLocStart();
71 SourceLocation L = BD->getLocStart();
MacOSXAPIChecker.cpp 77 if (CE->getLocStart().isMacroID()) {
TraversalChecker.cpp 48 SourceLocation Loc = Parent->getLocStart();
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 48 S.Diag(E2->getLocStart(), diag::err_invalid_asm_cast_lvalue)
51 S.Diag(E2->getLocStart(), diag::warn_invalid_asm_cast_lvalue)
93 return StmtError(Diag(AsmString->getLocStart(),diag::err_asm_wide_character)
99 return StmtError(Diag(Literal->getLocStart(),diag::err_asm_wide_character)
108 return StmtError(Diag(Literal->getLocStart(),
115 return StmtError(Diag(OutputExpr->getLocStart(),
119 if (RequireCompleteType(OutputExpr->getLocStart(), Exprs[i]->getType(),
131 return StmtError(Diag(Literal->getLocStart(),diag::err_asm_wide_character)
141 return StmtError(Diag(Literal->getLocStart(),
151 return StmtError(Diag(InputExpr->getLocStart(),
    [all...]
SemaStmtAttr.cpp 31 << St->getLocStart();
62 << A.getName() << St->getLocStart();
SemaChecking.cpp 62 SourceRange range(call->getArg(desiredArgCount)->getLocStart(),
80 S.Diag(ValArg->getLocStart(), diag::err_builtin_annotation_first_arg)
89 S.Diag(StrArg->getLocStart(), diag::err_builtin_annotation_second_arg)
105 QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getLocStart());
407 return Diag(TheCall->getLocStart(), diag::err_invalid_neon_type_code)
426 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
455 return Diag(TheCall->getLocStart(), diag::err_argument_invalid_range)
485 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
502 Diag(DRE->getLocStart(), diag::ext_typecheck_convert_discards_qualifiers)
520 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer_intfltptr
    [all...]
AnalysisBasedWarnings.cpp 470 CharSourceRange::getCharRange(If->getLocStart(),
471 Then->getLocStart()));
482 CharSourceRange::getCharRange(If->getLocStart(),
483 Else->getLocStart()));
559 Fixit1 = FixItHint::CreateRemoval(SourceRange(BO->getLocStart(),
611 S.Diag(User->getLocStart(), diag::note_uninit_var_use)
621 S.Diag(Use.getUser()->getLocStart(),
656 S.Diag(DRE->getLocStart(),
667 S.Diag(BE->getLocStart(),
678 S.Diag(VD->getLocStart(), diag::note_uninit_var_def
    [all...]
SemaInit.cpp 185 S.Diag(Str->getLocStart(),
191 S.Diag(Str->getLocStart(),
354 SourceLocation Loc = ILE->getLocStart();
434 SourceLocation Loc = ILE->getLocStart();
436 Loc = ILE->getSyntacticForm()->getLocStart();
624 SemaRef.Diag(ParentIList->getInit(Index)->getLocStart(),
635 SourceRange(ParentIList->getInit(Index)->getLocStart(),
660 SemaRef.Diag(StructuredSubobjectInitList->getLocStart(),
664 StructuredSubobjectInitList->getLocStart(), "{")
716 SemaRef.Diag(IList->getInit(Index)->getLocStart(), DK
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 44 E->getLocStart(), E->getSourceRange());
48 E->getLocStart(), E->getSourceRange());
TransAutoreleasePool.cpp 140 scope.CompoundParent->getLocStart());
145 scope.CompoundParent->getLocStart());
244 return SourceRange((*rangeS)->getLocStart(), (*rangeE)->getLocEnd());
259 ScopeRange = SourceRange((*scope.Begin)->getLocStart(),
260 (*scope.End)->getLocStart());
331 (*scope.Begin)->getLocStart());
333 (*scope.End)->getLocStart());
TransUnbridgedCasts.cpp 204 E->getLocStart())) {
221 E->getLocStart());
226 SourceLocation insertLoc = E->getSubExpr()->getLocStart();
246 SourceLocation InsertLoc = WrapE->getLocStart();
364 Pass.TA.reportError(err, E->getLocStart(),
376 Pass.TA.reportNote(note, retS->getLocStart());
  /external/clang/include/clang/AST/
StmtObjC.h 58 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; }
107 SourceLocation getLocStart() const LLVM_READONLY { return AtCatchLoc; }
135 SourceLocation getLocStart() const LLVM_READONLY { return AtFinallyLoc; }
241 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }
298 SourceLocation getLocStart() const LLVM_READONLY { return AtSynchronizedLoc; }
331 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; }
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
ExprCXX.h 89 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
210 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
400 SourceLocation getLocStart() const {
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(), getLocEnd())
    [all...]
ExprObjC.h 47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
115 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
153 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
322 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
374 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
406 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
449 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
506 SourceLocation getLocStart() const LLVM_READONLY {
507 return isFreeIvar() ? Loc : getBase()->getLocStart();
    [all...]
StmtCXX.h 44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; }
88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); }
192 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; }
278 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
Comment.h 205 SourceLocation getLocStart() const LLVM_READONLY {
341 return SourceRange(getLocStart().getLocWithOffset(-1),
548 setSourceRange(SourceRange(Content.front()->getLocStart(),
550 setLocation(Content.front()->getLocStart());
644 return getLocStart().getLocWithOffset(1);
650 getLocStart().getLocWithOffset(1 + Name.size()));
670 setSourceRange(SourceRange(getLocStart(), NewLocEnd));
686 setSourceRange(SourceRange(getLocStart(), NewLocEnd));
1087 setSourceRange(SourceRange(Blocks.front()->getLocStart(),
1089 setLocation(Blocks.front()->getLocStart());
    [all...]
Stmt.h 362 SourceLocation getLocStart() const LLVM_READONLY;
471 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; }
526 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
599 SourceLocation getLocStart() const LLVM_READONLY { return LBracLoc; }
653 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
703 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
742 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
783 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
831 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
891 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc;
    [all...]
Expr.h 817 SourceLocation getLocStart() const LLVM_READONLY {
818 return SourceExpr ? SourceExpr->getLocStart() : Loc;
    [all...]
DeclarationName.h 531 return SourceRange(getLocStart(), getLocEnd());
533 SourceLocation getLocStart() const LLVM_READONLY {
538 return EndLoc.isValid() ? EndLoc : getLocStart();
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 126 clang::FullSourceLoc(E->getLocStart(), mSM),
163 FD->getLocStart(), mTargetAPI,
171 if (!RSExportType::ValidateType(C, QT, PVD, PVD->getLocStart(),
227 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
294 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) {
  /external/clang/tools/libclang/
IndexBody.cpp 103 IndexCtx.handleReference(MD, E->getLocStart(),
110 IndexCtx.handleReference(MD, E->getLocStart(),
117 IndexCtx.handleReference(MD, E->getLocStart(),
  /external/clang/lib/AST/
SelectorLocationsKind.cpp 52 return Arg->getLocStart();
57 SourceLocation Loc = Arg->getLocStart();
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 19 if (S->getLocStart().isMacroID())
  /external/clang/lib/Analysis/
ReachableCode.cpp 89 if (S->getLocStart().isInvalid())
115 ((const std::pair<const CFGBlock *, const Stmt *>*) p2)->second->getLocStart() <
116 ((const std::pair<const CFGBlock *, const Stmt *>*) p1)->second->getLocStart();
147 if (S->getLocStart().isMacroID()) {
243 return S->getLocStart();
  /external/chromium_org/tools/clang/rewrite_scoped_array/
RewriteScopedArray.cpp 47 result.SourceManager->getSpellingLoc(type_location.getLocStart()),

Completed in 2133 milliseconds

1 2 3 4