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

1 2 3 4 5

  /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()) {
  /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...]
AnalysisBasedWarnings.cpp 113 if (!S.getSourceManager().isInMainFile(AC.getDecl()->getLocStart()))
259 S.Diag(Body->getLocStart(), diag::warn_infinite_recursive_function);
648 CharSourceRange::getCharRange(If->getLocStart(),
649 Then->getLocStart()));
660 CharSourceRange::getCharRange(If->getLocStart(),
661 Else->getLocStart()));
675 S.Diag(Use.getUser()->getLocStart(), diag::warn_uninit_var)
687 S.Diag(Use.getUser()->getLocStart(), diag::note_uninit_var_use)
758 Fixit1 = FixItHint::CreateRemoval(SourceRange(BO->getLocStart(),
821 S.Diag(User->getLocStart(), diag::note_uninit_var_use
    [all...]
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());
441 return Diag(TheCall->getLocStart(), diag::err_invalid_neon_type_code)
467 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
520 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer)
537 Diag(DRE->getLocStart(), diag::ext_typecheck_convert_discards_qualifiers)
555 Diag(DRE->getLocStart(), diag::err_atomic_builtin_must_be_pointer_intfltptr)
563 Diag(DRE->getLocStart(), diag::err_atomic_exclusive_builtin_pointer_size
    [all...]
  /external/clang/include/clang/AST/
RawCommentList.h 111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
172 return SM.isBeforeInTranslationUnit(LHS.getLocStart(), RHS.getLocStart());
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; }
240 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }
297 SourceLocation getLocStart() const LLVM_READONLY { return AtSynchronizedLoc; }
330 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; }
359 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(); }
154 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
323 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
375 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
407 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
450 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
507 SourceLocation getLocStart() const LLVM_READONLY {
508 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; }
Stmt.h 364 SourceLocation getLocStart() const LLVM_READONLY;
473 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; }
534 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
617 SourceLocation getLocStart() const LLVM_READONLY { return LBracLoc; }
672 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
722 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
761 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; }
802 SourceLocation getLocStart() const LLVM_READONLY { return IdentLoc; }
854 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
915 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc;
    [all...]
Expr.h     [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 125 Context->ReportWarning(E->getLocStart(),
159 FD->getLocStart(), mTargetAPI,
167 if (!RSExportType::ValidateType(Context, C, QT, PVD, PVD->getLocStart(),
221 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
279 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) {
  /external/clang/lib/Analysis/
ReachableCode.cpp 133 SourceLocation L = S->getLocStart();
172 if (!PE->getLocStart().isMacroID())
407 if (S->getLocStart().isInvalid())
435 if (p1->second->getLocStart() < p2->second->getLocStart())
437 if (p2->second->getLocStart() < p1->second->getLocStart())
470 if (S->getLocStart().isMacroID()) {
553 return CE->getLocStart();
566 return S->getLocStart();
    [all...]
  /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();
RawCommentList.cpp 220 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart(),
221 RC.getLocStart())) {
245 onlyWhitespaceBetween(SourceMgr, C1.getLocEnd(), C2.getLocStart(),
247 SourceRange MergedRange(C1.getLocStart(), C2.getLocEnd());
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 41 TA.report(E->getLocStart(), diag::warn_arcmt_nsalloc_realloc,
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 212 E->getLocStart())) {
229 E->getLocStart());
234 SourceLocation insertLoc = E->getSubExpr()->getLocStart();
254 SourceLocation InsertLoc = WrapE->getLocStart();
372 Pass.TA.reportError(err, E->getLocStart(),
384 Pass.TA.reportNote(note, retS->getLocStart());
TransAPIUses.cpp 78 Pass.TA.report(parm->getLocStart(),
  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 48 CGF.EmitCall(E->getCallee()->getType(), Callee, E->getLocStart(),
CGStmtOpenMP.cpp 40 CGM.getOpenMPRuntime().EmitOpenMPUpdateLocation(*this, S.getLocStart()),
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 19 if (S->getLocStart().isMacroID())

Completed in 301 milliseconds

1 2 3 4 5