Searched refs:SourceRange (Results 101 - 125 of 277) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp54 ArrayRef<SourceRange> Sr);
62 ArrayRef<SourceRange> Sr) {
79 SourceRange Sr[2];
141 SourceRange Sr = Cond1->getSourceRange();
282 SourceRange Sr[2];
H A DObjCAutoreleaseWriteChecker.cpp130 SourceRange Range = MarkedStmt->getSourceRange();
H A DRunLoopAutoreleaseLeakChecker.cpp114 SourceRange Range = ME->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp181 ArrayRef<SourceRange> Ranges = piece->getRanges();
286 SourceRange XR = X.getRanges()[i];
287 SourceRange YR = Y.getRanges()[i];
775 return PathDiagnosticRange(SourceRange(Loc,Loc), true);
787 return SourceRange(DS->getBeginLoc(),
805 return SourceRange(L, L);
808 SourceRange R = S->getSourceRange();
822 return PathDiagnosticRange(SourceRange(L, L), true);
826 return SourceRange(Loc, Loc);
1096 ArrayRef<SourceRange> Range
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h500 SourceRange getSourceRange() const override LLVM_READONLY {
501 return SourceRange(LocStart, getLocation());
625 SourceRange getSourceRange() const override LLVM_READONLY {
626 return SourceRange(LocStart, RBraceLoc);
750 SourceRange getSourceRange() const override LLVM_READONLY;
1053 SourceRange getSourceRange() const override LLVM_READONLY;
1660 SourceRange getSourceRange() const override LLVM_READONLY;
1731 SourceRange getDefaultArgRange() const;
2036 SourceRange getSourceRange() const override LLVM_READONLY;
2513 SourceRange getReturnTypeSourceRang
[all...]
H A DDeclObjC.h287 SourceRange getSourceRange() const override LLVM_READONLY {
288 return SourceRange(getLocation(), getEndLoc());
334 SourceRange getReturnTypeSourceRange() const;
619 SourceRange getSourceRange() const override LLVM_READONLY;
660 SourceRange Brackets;
710 SourceRange getSourceRange() const { return Brackets; }
925 SourceRange getSourceRange() const override LLVM_READONLY {
926 return SourceRange(AtLoc, getLocation());
951 SourceRange AtEnd;
1098 SourceRange getAtEndRang
[all...]
H A DDeclCXX.h113 SourceRange getSourceRange() const override LLVM_READONLY {
114 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
150 SourceRange Range;
183 CXXBaseSpecifier(SourceRange R, bool V, bool BC, AccessSpecifier A,
189 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
2336 SourceRange getSourceRange() const LLVM_READONLY;
2853 SourceRange getSourceRange() const override LLVM_READONLY {
2854 return SourceRange(ExternLoc, getEndLoc());
2968 SourceRange getSourceRange() const override LLVM_READONLY {
2969 return SourceRange(UsingLo
[all...]
H A DASTImporter.h457 llvm::Expected<SourceRange> Import(SourceRange FromRange);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp256 SourceRange MsgRange = Msg->getSourceRange();
270 SourceRange SpaceRange(BegLoc, EndLoc);
284 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
285 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
305 SourceRange Range(BegLoc, EndLoc);
308 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
309 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
562 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc));
724 SourceRange R(EnumDcl->getBeginLoc(), EnumDcl->getBeginLoc());
730 SourceRange EnumDclRang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp273 static SourceRange getInitializerRange(Decl *D) {
281 return SourceRange();
292 static SourceRange getDeclaratorRange(const SourceManager &SM, TypeLoc T,
294 SourceRange Initializer) {
311 return SourceRange(Start, End);
454 /// Finds the syntax tokens corresponding to the \p SourceRange.
455 ArrayRef<syntax::Token> getRange(SourceRange Range) const {
927 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) {
931 // return the desired `SourceRange`, but there is a corner case. For a
1040 SourceRange UnqualifiedIdLo
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h184 class PathDiagnosticRange : public SourceRange {
188 PathDiagnosticRange(SourceRange R, bool isP = false)
189 : SourceRange(R), isPoint(isP) {}
424 std::vector<SourceRange> ranges;
458 void addRange(SourceRange R) {
467 ranges.push_back(SourceRange(B,E));
475 ArrayRef<SourceRange> getRanges() const { return ranges; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp245 SourceRange R = SourceRange()) {
344 SourceRange NR(Number->getSourceRange());
364 SourceRange(AtLoc, NR.getEnd())));
500 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) {
793 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) {
953 ExprResult Sema::BuildObjCDictionaryLiteral(SourceRange SR,
1112 << SourceRange(Element.Key->getBeginLoc(),
1300 SourceRange(LParenLoc, RParenLoc));
1303 SourceRange(LParenLo
242 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp232 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
327 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
392 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp104 SourceRange ExtractedRange(Code[0]->getBeginLoc(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp83 void If(SourceLocation Loc, SourceRange ConditionRange,
85 void Elif(SourceLocation Loc, SourceRange ConditionRange,
207 void InclusionRewriter::If(SourceLocation Loc, SourceRange ConditionRange,
214 void InclusionRewriter::Elif(SourceLocation Loc, SourceRange ConditionRange,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedTemplate.h259 SourceRange getTemplateParamsRange(TemplateParameterList const *const *Params,
H A DTypoCorrection.h226 SourceRange getCorrectionRange() const {
272 SourceRange CorrectionRange;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp71 ArrayRef<SourceRange> Ranges,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {
88 SourceRange ParenRange) {
123 SourceRange(Loc), tok::getPunctuatorSpelling(ExpectedTok));
197 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
200 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
208 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
212 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
243 << static_cast<int>(Op) << SourceRange(FirstTokLoc);
246 << SourceRange(SecondTokLoc);
257 << static_cast<int>(Op) << SourceRange(FirstTokLo
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.cpp43 SourceRange Range;
100 SourceRange Range;
152 SourceRange InsertionPoint = References[0].Range;
237 StringRef getSourceText(SourceRange Range) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1248 SMDiagnostic &Error, SMRange &SourceRange) const {
1254 if (MFI->initializeBaseYamlFields(YamlMFI, MF, PFS, Error, SourceRange))
1266 SourceRange = RegName.SourceRange;
1282 SourceRange = RegName.SourceRange;
1317 SourceRange = A->RegisterName.SourceRange;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp34 SourceRange Range, const MacroArgs *Args) override {
56 SourceRange Range) override {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member in struct:llvm::yaml::StringValue
56 S.SourceRange = Node->getSourceRange();
102 SMRange SourceRange; member in struct:llvm::yaml::UnsignedValue
120 Value.SourceRange = Node->getSourceRange();
392 SMRange SourceRange; member in struct:llvm::yaml::FrameIndex
422 FI.SourceRange = Node->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h127 static FixItHint CreateRemoval(SourceRange RemoveRange) {
141 static FixItHint CreateReplacement(SourceRange RemoveRange,
1446 SourceRange R) {
1452 ArrayRef<SourceRange> Ranges) {
1453 for (SourceRange R : Ranges)
1479 const llvm::Optional<SourceRange> &Opt) {

Completed in 390 milliseconds

1234567891011>>