Searched refs:SourceRange (Results 51 - 75 of 277) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp49 static_assert(std::is_trivially_destructible<SourceRange>::value,
50 "SourceRange must be trivially destructible because it is "
101 LLVM_DUMP_METHOD void SourceRange::dump(const SourceManager &SM) const {
136 void SourceRange::print(raw_ostream &OS, const SourceManager &SM) const {
148 SourceRange::printToString(const SourceManager &SM) const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h59 SMRange &SourceRange) const override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h89 SourceRange NameRange,
108 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
145 SourceRange NameRange,
158 buildMatcherCtor(MatcherCtor, SourceRange NameRange,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h63 ArrayRef<SourceRange> getRanges() const override {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp18 Expected<SourceRange> Range =
H A DASTSelection.cpp25 SourceRange R = D->getSourceRange();
39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile,
84 const SourceRange DeclRange = D->getSourceRange();
183 SourceRange SelectionRange) {
379 CodeRangeASTSelection::create(SourceRange SelectionRange,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h684 void setCXXOperatorNameRange(SourceRange Range) {
715 SourceRange getCXXOperatorNameRange() const {
716 return SourceRange(getCXXOperatorNameBeginLoc(),
738 return makeCXXOperatorNameLoc(SourceRange(BeginLoc, EndLoc));
742 static DeclarationNameLoc makeCXXOperatorNameLoc(SourceRange Range) {
816 SourceRange getCXXOperatorNameRange() const {
818 return SourceRange();
824 void setCXXOperatorNameRange(SourceRange R) {
863 SourceRange getSourceRange() const LLVM_READONLY {
864 return SourceRange(getBeginLo
[all...]
H A DExprCXX.h86 SourceRange Range;
91 SourceRange getSourceRangeImpl() const LLVM_READONLY;
162 SourceRange getSourceRange() const { return Range; }
351 SourceRange getSourceRange() const LLVM_READONLY {
353 return SourceRange(DF.LHS->getBeginLoc(), DF.RHS->getEndLoc());
382 SourceRange AngleBrackets;
390 SourceLocation RParenLoc, SourceRange AngleBrackets)
411 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; }
438 SourceLocation RParenLoc, SourceRange AngleBrackets)
463 SourceRange AngleBracket
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h282 const MacroDefinition &MD, SourceRange Range,
304 SourceRange Range) {
314 /// \param Range The SourceRange that was skipped. The range begins at the
319 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) {
328 /// \param ConditionRange The SourceRange of the expression being tested.
332 virtual void If(SourceLocation Loc, SourceRange ConditionRange,
338 /// \param ConditionRange The SourceRange of the expression being tested.
342 virtual void Elif(SourceLocation Loc, SourceRange ConditionRange,
539 SourceRange Range, const MacroArgs *Args) override {
558 SourceRange Rang
[all...]
H A DToken.h33 /// information about the SourceRange of the tokens and the type object.
44 /// a normal token, or the end of the SourceRange when an annotation
158 /// SourceRange of the group of tokens that this annotation token
160 SourceRange getAnnotationRange() const {
161 return SourceRange(getLocation(), getAnnotationEndLoc());
163 void setAnnotationRange(SourceRange R) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp190 SourceRange *SilenceableCondVal = nullptr,
547 SourceRange &R1,
548 SourceRange &R2) {
549 R1 = R2 = SourceRange();
627 SourceRange SilenceableCondVal;
635 SourceRange R1(Loc, Loc), R2;
644 Loc, SourceRange(), SourceRange(Loc, Loc), R2);
661 SourceRange R1, R2;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp41 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
45 SourceRange Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
53 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) {
54 if (TL.isNull()) return SourceRange();
307 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const {
309 return SourceRange(getTypeofLoc(), getRParenLoc());
311 return SourceRange(getTypeofLoc(),
487 SourceRange AttributedTypeLoc::getLocalSourceRange() const {
497 return getAttr() ? getAttr()->getRange() : SourceRange();
H A DNestedNameSpecifier.cpp409 SourceRange NestedNameSpecifierLoc::getSourceRange() const {
411 return SourceRange();
417 return SourceRange(First.getLocalSourceRange().getBegin(),
421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
423 return SourceRange();
434 return SourceRange(LoadSourceLocation(Data, Offset),
443 return SourceRange(TL.getBeginLoc(),
631 SourceRange R) {
H A DASTTypeTraits.cpp181 SourceRange DynTypedNode::getSourceRange() const {
195 return SourceRange(C->getBeginLoc(), C->getEndLoc());
198 return SourceRange();
H A DExprObjC.cpp29 ObjCMethodDecl *Method, SourceRange SR)
42 SourceRange SR) {
56 SourceRange SR)
81 ObjCMethodDecl *method, SourceRange SR) {
290 SourceRange ObjCMessageExpr::getReceiverRange() const {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp27 SourceRange Range) {
54 SourceRange Range) {
72 SourceRange) {
199 SourceRange Range) {
213 SourceRange Range) {
219 SourceRange Range) {
228 SourceRange Range) {
357 SourceRange Range) {
388 SourceRange Range) {
H A DSemaLambda.cpp241 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange,
360 SourceRange IntroducerRange,
483 SourceRange IntroducerRange,
821 SourceRange(Loc, Loc), IsDirectInit, Init);
1050 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation())
1052 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc));
1141 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc));
1146 SourceRange(getLocForEndOfToken(PrevCaptureLoc), C->Loc));
1177 << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
1179 SourceRange(getLocForEndOfToke
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp137 SourceRange(scope.getIndentedRange().getBegin(),
235 SourceRange getIndentedRange() const {
239 return SourceRange();
243 return SourceRange((*rangeS)->getBeginLoc(), (*rangeE)->getEndLoc());
249 SourceRange ScopeRange;
258 ScopeRange = SourceRange((*scope.Begin)->getBeginLoc(),
H A DTransUnbridgedCasts.cpp280 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) {
285 SourceRange SubRange = E->getSubExpr()->IgnoreParenImpCasts()->getSourceRange();
290 Inner = SourceRange(InnerBegin, InnerEnd);
294 SourceRange OuterRange, InnerRange;
307 SourceRange OuterRange, InnerRange;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h37 ArrayRef<SourceRange> NameRanges) {
143 ND, SourceRange(BeginLoc, EndLoc));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h134 SmallVector<SourceRange, 4> Ranges;
204 ArrayRef<SourceRange> Ranges = {}) {
224 void addRange(SourceRange R) {
231 virtual ArrayRef<SourceRange> getRanges() const {
304 const SourceRange ErrorNodeRange;
425 ArrayRef<SourceRange> getRanges() const override;
625 ArrayRef<SourceRange> Ranges = None,
631 ArrayRef<SourceRange> Ranges = None,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp72 ExtractionSemicolonPolicy::compute(const Stmt *S, SourceRange &ExtractedRange,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h308 virtual VariantMatcher create(SourceRange NameRange,
317 buildMatcherCtor(SourceRange NameRange, ArrayRef<ParserValue> Args,
376 SourceRange NameRange,
394 VariantMatcher create(SourceRange NameRange,
493 variadicMatcherDescriptor(StringRef MatcherName, SourceRange NameRange,
543 SourceRange NameRange,
558 VariantMatcher create(SourceRange NameRange,
652 SourceRange NameRange,
663 SourceRange NameRange,
676 SourceRange NameRang
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h58 SMRange &SourceRange) const override;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; }
166 void setSourceRange(SMRange SR) { SourceRange = SR; }
182 SMRange SourceRange; member in class:llvm::yaml::Node
221 SourceRange = SMRange(Start, End);
264 SourceRange = SMRange(Start, End);

Completed in 395 milliseconds

1234567891011>>