Searched refs:getLocStart (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
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 DExprConstant.cpp535 Diag(S->getLocStart(), diag::note_constexpr_step_limit_exceeded);
3096 Info.Diag(D->getLocStart(), diag::note_constexpr_uninitialized)
3195 Info.Diag(Found->getLocStart(), diag::note_constexpr_stmt_expr_unsupported);
3286 Info.Diag(S->getLocStart());
4130 Info.Diag((*BI)->getLocStart(),
4144 Info.Diag((*BI)->getLocStart(),
8217 return ICEDiag(IK_NotICE, E->getLocStart());
8225 return ICEDiag(IK_NotICE, E->getLocStart());
8297 return ICEDiag(IK_NotICE, E->getLocStart());
8332 return ICEDiag(IK_NotICE, E->getLocStart());
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp423 SourceRange ArgRange(Msg->getArg(0)->getLocStart(),
553 SourceRange ArgRange(Msg->getArg(1)->getLocStart(),
594 SourceRange ArgRange(Keys.front()->getLocStart(),
1124 commit.insert(StrE->getLocStart(), "@");
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp521 Loc = CS->getLocStart();
523 Loc = DS->getLocStart();
525 Loc = SC->getLocStart();
H A DSemaDeclAttr.cpp317 *ArgLocation = ArgExpr->getLocStart();
320 Diag(ArgExpr->getLocStart(), diag::err_attribute_argument_type)
4140 S.Diag(D->getLocStart(), diag::warn_attribute_wrong_decl_type)
4155 S.Diag(D->getLocStart(), diag::warn_ns_attribute_wrong_parameter_type)
4173 S.Diag(D->getLocStart(), diag::warn_attribute_wrong_decl_type)
4198 S.Diag(D->getLocStart(), diag::warn_attribute_wrong_decl_type)
4223 S.Diag(D->getLocStart(), diag::warn_ns_attribute_wrong_return_type)
4272 S.Diag(D->getLocStart(), diag::err_attribute_wrong_decl_type)
4284 S.Diag(D->getLocStart(), diag::warn_ns_attribute_wrong_return_type)
4304 S.Diag(D->getLocStart(), dia
[all...]
H A DSemaType.cpp659 SourceLocation loc = declarator.getLocStart();
706 DeclLoc = DS.getLocStart();
789 << FixItHint::CreateInsertion(DS.getLocStart(), "int");
1028 /*NameLoc*/ declarator.getLocStart(),
1535 Diag(ArraySize->getLocStart(), diag::err_array_size_non_int)
1555 Diag(ArraySize->getLocStart(), diag::err_array_size_non_int)
1569 Diag(ArraySize->getLocStart(), diag::err_decl_negative_array_size)
1572 Diag(ArraySize->getLocStart(), diag::err_typecheck_negative_array_size)
1579 Diag(ArraySize->getLocStart(),
1585 Diag(ArraySize->getLocStart(),
[all...]
H A DSemaDecl.cpp1339 getCharRange(D->getLocStart(), AfterColon));
3306 Diag(DS.getLocStart(), diag::ext_ms_anonymous_struct)
3327 Diag(DS.getLocStart(), diag::ext_typedef_without_a_name)
3352 Diag(DS.getLocStart(), diag::ext_no_declarators) << DS.getSourceRange();
3726 DS.getLocStart(),
3748 DS.getLocStart(),
3818 DS.getLocStart(),
3819 DS.getLocStart(),
4212 Diag(D.getDeclSpec().getLocStart(),
5021 Diag(D.getLocStart(), dia
[all...]
H A DSemaCast.cpp1102 if (Self.CompareReferenceRelationship(SrcExpr->getLocStart(),
2276 Self.Diag(SrcExpr.get()->getLocStart(),
2286 Self.Diag(SrcExpr.get()->getLocStart(), diag::err_opencl_cast_to_half)
2306 Self.Diag(SrcExpr.get()->getLocStart(),
2315 Self.Diag(SrcExpr.get()->getLocStart(),
H A DSemaDeclObjC.cpp1197 Diag(ImplIvar->getBitWidth()->getLocStart(),
1199 Diag(ClsIvar->getBitWidth()->getLocStart(),
1240 SourceLocation MethodLoc = method->getLocStart();
2313 Diag(Methods[0]->getLocStart(),
2317 Diag(Methods[I]->getLocStart(), diag::note_also_found)
H A DSemaObjCProperty.cpp572 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart();
833 PropertyDiagLoc = ClassImpDecl->getLocStart();
1239 Diag(FuncDecl->getLocStart(),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp415 currStmt->getLocStart(),
586 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
650 S->getLocStart(),
1395 Condition->getLocStart(),
2351 SourceLocation SLoc = T->getLocStart();
2418 printLocation(Out, S->getLocStart());
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h495 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
1042 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; }
1638 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp63 return CS->getStmt()->getLocStart();
78 return StmtNode->getLocStart();
83 return CS->getStmt()->getLocStart();
944 StateMap->checkParamsForReturnTypestate(Ret->getLocStart(),
H A DThreadSafety.cpp1408 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
1414 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
1427 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp37 Loc = S->getLocStart();
1462 Str->getLocStart().getRawEncoding()));
1807 llvm::Function *F = CGF.GenerateCapturedStmtFunction(CD, RD, S.getLocStart());
1842 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getBody()->getLocStart());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp342 ReplaceText(From->getLocStart(), Size, Str);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp260 if (S->getLocStart().isMacroID())
H A DIdempotentOperationChecker.cpp624 if (Ex->getLocStart().isMacroID())
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h301 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
309 return getLocStart();
2221 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
H A DDecl.h446 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
571 SourceLocation getLocStart() const LLVM_READONLY {
2365 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
2601 SourceLocation getInnerLocStart() const { return getLocStart(); }
H A DDeclCXX.h203 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
2989 SourceLocation getUsingLoc() const { return getLocStart(); }
H A DDeclBase.h366 SourceLocation getLocStart() const LLVM_READONLY {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h159 : K(s->getLocStart().isValid() ? StmtK : SingleLocK),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp148 Diag(Decl->getLocStart(), diag::note_objc_container_start)
486 Diag(CDecl->getLocStart(), diag::note_objc_container_start)
535 Diag(CDecl->getLocStart(), diag::note_objc_container_start)
1618 P.Diag(Dcl->getLocStart(), diag::note_objc_container_start)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp184 Writer.AddSourceLocation(D->getLocStart(), Record);
640 Writer.AddSourceLocation(D->getLocStart(), Record);
872 Writer.AddSourceLocation(D->getLocStart(), Record);
881 Writer.AddSourceLocation(D->getLocStart(), Record);

Completed in 564 milliseconds

1234