Searched refs:SourceRange (Results 26 - 50 of 277) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange();
59 SourceRange Range = RequestRegion->sourceRange();
80 SourceRange Range = RequestRegion->sourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp24 SourceRange Range) const {
76 SourceRange ConditionRange,
97 SourceRange ConditionRange,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DNodeIntrospection.h62 bool operator()(std::pair<SourceRange, SharedLocationCall> const &LHS,
63 std::pair<SourceRange, SharedLocationCall> const &RHS) const;
80 using SourceRangeMap = UniqueMultiMap<SourceRange, SharedLocationCall>;
H A DFixIt.h32 inline CharSourceRange getSourceRange(const SourceRange &Range) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp60 static SourceRange genName(raw_ostream &os, const MemRegion *R,
69 SourceRange StackAddrEscapeChecker::genName(raw_ostream &os, const MemRegion *R,
74 SourceRange range;
165 SourceRange range = genName(os, R, C.getASTContext());
204 SourceRange Range = genName(Out, Region, C.getASTContext());
228 SourceRange Range = genName(Out, Region, C.getASTContext());
350 SourceRange Range = genName(Out, P.second, Ctx.getASTContext());
H A DDereferenceChecker.cpp48 SmallVectorImpl<SourceRange> &Ranges,
57 SmallVectorImpl<SourceRange> &Ranges,
80 Ranges.push_back(SourceRange(L, L));
88 Ranges.push_back(SourceRange(L, L));
149 SmallVector<SourceRange, 2> Ranges;
200 for (SmallVectorImpl<SourceRange>::iterator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h110 SourceRange OriginalWhitespaceRange, int Spaces,
124 SourceRange OriginalWhitespaceRange;
214 void storeReplacement(SourceRange Range, StringRef Text);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp175 SourceRange RecRange = Receiver->getSourceRange();
188 SourceRange MsgRange = Msg->getSourceRange();
189 SourceRange RecRange = Rec->getSourceRange();
190 SourceRange ArgRange = Msg->getArg(0)->getSourceRange();
195 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
236 SourceRange MsgRange = Msg->getSourceRange();
237 SourceRange RecRange = Rec->getSourceRange();
238 SourceRange Arg0Range = Msg->getArg(0)->getSourceRange();
239 SourceRange Arg1Range = Msg->getArg(1)->getSourceRange();
247 commit.replaceWithInner(SourceRange(Arg1Rang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py9 from clang.cindex import SourceRange namespace
99 range1 = SourceRange.from_locations(location1, location2)
100 range2 = SourceRange.from_locations(location1, location2)
104 range3 = SourceRange.from_locations(location1, location3)
H A Dtest_tokens.py9 from clang.cindex import SourceRange namespace
56 self.assertIsInstance(extent, SourceRange)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h47 RawComment(const SourceManager &SourceMgr, SourceRange SR,
107 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
147 SourceRange Range;
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
H A DExprOpenMP.h148 private llvm::TrailingObjects<OMPArrayShapingExpr, Expr *, SourceRange> {
172 void setBracketsRanges(ArrayRef<SourceRange> BR);
179 unsigned numTrailingObjects(OverloadToken<SourceRange>) const {
187 ArrayRef<SourceRange> BracketRanges);
209 ArrayRef<SourceRange> getBracketsRanges() const {
210 return llvm::makeArrayRef(getTrailingObjects<SourceRange>(), NumDims);
H A DDeclFriend.h148 SourceRange getSourceRange() const override LLVM_READONLY {
160 return SourceRange(getFriendLoc(), ND->getEndLoc());
167 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
170 return SourceRange(getFriendLoc(), getLocation());
H A DNestedNameSpecifier.h287 SourceRange getSourceRange() const LLVM_READONLY;
295 SourceRange getLocalSourceRange() const;
476 SourceRange R);
483 SourceRange getSourceRange() const LLVM_READONLY {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h71 SourceRange SelectionRange);
134 create(SourceRange SelectionRange, const SelectedASTNode &ASTSelection);
H A DRefactoringActionRuleRequirements.h32 /// 'Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const'
48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DNodeIntrospection.cpp62 std::pair<SourceRange, SharedLocationCall> const &LHS,
63 std::pair<SourceRange, SharedLocationCall> const &RHS) const {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h143 SourceRange VersionRange;
294 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
310 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
331 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
348 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
367 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
380 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange,
787 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange,
806 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRange,
820 ParsedAttr *create(IdentifierInfo *attrName, SourceRange attrRang
[all...]
H A DDeclSpec.h65 SourceRange Range;
69 SourceRange getRange() const { return Range; }
70 void setRange(SourceRange R) { Range = R; }
165 SourceRange R);
200 void SetInvalid(SourceRange R) {
213 Range = SourceRange();
377 SourceRange Range;
380 SourceRange TSWRange;
387 SourceRange TypeofParensRange;
506 SourceRange getSourceRang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp15 SourceRange Range) {
25 SourceRange MatcherRange)
32 SourceRange MatcherRange,
65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range,
162 static void maybeAddLineAndColumn(SourceRange Range,
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h101 SourceRange RegionOfInterest;
125 RangeComparisonResult CompareRegionOfInterest(SourceRange R);
153 SourceRange RegionOfInterest = SourceRange(),
248 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS, SourceRange Range);
150 CursorVisitor(CXTranslationUnit TU, CXCursorVisitor Visitor, CXClientData ClientData, bool VisitPreprocessorLast, bool VisitIncludedPreprocessingEntries = false, SourceRange RegionOfInterest = SourceRange(), bool VisitDeclsOnly = false, PostChildrenVisitorTy PostChildrenVisitor = nullptr) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp43 SourceRange Range;
51 CaseInfo(SwitchCase *S, SourceRange Range)
81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc)));
111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange();
191 bool isInRange(SourceLocation Loc, SourceRange R) {
H A DTransUnusedInitDelegate.cpp57 SourceRange ExprRange = ME->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp366 void mangleAddressSpaceType(QualType T, Qualifiers Quals, SourceRange Range);
367 void mangleType(QualType T, SourceRange Range,
405 void mangleFunctionArgumentType(QualType T, SourceRange Range);
415 SourceRange Range);
442 SourceRange Range);
444 SourceRange Range);
620 SourceRange SR = VD->getSourceRange();
1466 mangleType(TemplateArgType, SourceRange(), QMM_Drop);
1553 mangleType(T, SourceRange(), QMM_Escape);
1668 mangleType(T, SourceRange(), QMM_Escap
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range,

Completed in 323 milliseconds

1234567891011>>