Searched refs:SourceRange (Results 151 - 175 of 277) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp67 ArrayRef<SourceRange> NameRanges) {
576 SourceRange(RenameInfo.Begin, RenameInfo.End)),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h159 void writeSourceRange(SourceRange R);
201 void Visit(const TemplateArgument &TA, SourceRange R = {},
H A DTextNodeDumper.h172 void Visit(const TemplateArgument &TA, SourceRange R,
195 void dumpSourceRange(SourceRange R);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp175 bool isSuppressed(SourceRange R) {
196 PathDiagnosticLocation L, SourceRange R) {
H A DUnixAPIChecker.cpp60 SourceRange SR) const;
132 SourceRange SR) const {
H A DMallocSizeofChecker.cpp230 SmallVector<SourceRange, 4> Ranges;
H A DCallAndMessageChecker.cpp110 bool PreVisitProcessArg(CheckerContext &C, SVal V, SourceRange ArgRange,
129 SourceRange ArgRange, const Expr *ArgEx,
188 CheckerContext &C, const SVal &V, SourceRange ArgRange, const Expr *ArgEx,
281 SourceRange ArgRange,
H A DUnreachableCodeChecker.cpp146 SourceRange SR;
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp44 llvm::function_ref<void(SourceRange)> Callback) const {
61 Callback(SourceRange(Start, End));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp526 SourceRange ExpansionRange(ExpandLoc, ExpansionEnd);
669 SmallVectorImpl<SourceRange> &ParenHints,
670 SmallVectorImpl<SourceRange> &InitLists) {
715 SourceRange(ArgStartIterator->getLocation(),
740 ParenHints.push_back(SourceRange(ArgStartIterator->getLocation(),
932 SmallVector<SourceRange, 4> ParenHints, InitLists;
939 for (SourceRange Range : InitLists)
948 for (SourceRange ParenLocation : ParenHints) {
H A DPPExpressions.cpp46 SourceRange Range;
63 SourceRange getRange() const { return Range; }
212 SourceRange(beginLoc, PeekTok.getLocation()));
875 SourceRange ConditionRange = ExprStartLoc;
H A DLiteralSupport.cpp1628 << SourceRange(UDSuffixTokLoc, UDSuffixTokLoc)
1629 << SourceRange(TokLoc, TokLoc);
1781 << SourceRange(StringToks.front().getLocation(),
1795 << SourceRange(StringToks.front().getLocation(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp181 static json::Object createTextRegion(const LangOptions &LO, SourceRange R,
199 SourceRange R, const FileEntry &FE,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp127 SourceRange ReductionRange;
130 void set(BinaryOperatorKind BO, SourceRange RR) {
134 void set(const Expr *RefExpr, SourceRange RR) {
527 void addTaskgroupReductionData(const ValueDecl *D, SourceRange SR,
531 void addTaskgroupReductionData(const ValueDecl *D, SourceRange SR,
536 getTopMostTaskgroupReductionData(const ValueDecl *D, SourceRange &SR,
542 getTopMostTaskgroupReductionData(const ValueDecl *D, SourceRange &SR,
1426 void DSAStackTy::addTaskgroupReductionData(const ValueDecl *D, SourceRange SR,
1452 void DSAStackTy::addTaskgroupReductionData(const ValueDecl *D, SourceRange SR,
1479 const ValueDecl *D, SourceRange
[all...]
H A DAnalysisBasedWarnings.cpp60 SourceRange PreviousSilenceableCondVal;
67 SourceRange SilenceableCondVal,
68 SourceRange R1,
69 SourceRange R2) override {
150 SourceRange DiagRange = B->getSourceRange();
160 SourceRange DiagRange = B->getSourceRange();
169 SourceRange DiagRange = B->getSourceRange();
798 FixItHint::CreateRemoval(SourceRange(ElseKwLoc, Else->getEndLoc()));
852 SourceRange Range;
902 SourceRange(B
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCloneDetection.h133 SourceRange getSourceRange() const;
372 /// \param Mention The SourceRange where this variable is referenced.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp60 SourceRange Range;
228 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
372 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
467 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
1149 InitCaptureType, SourceRange(LocStart, LocEnd));
1345 SourceRange ESpecRange;
1347 SmallVector<SourceRange, 2> DynamicExceptionRanges;
1372 SourceRange Range;
2101 << SourceRange(LParen, RParen);
2673 SourceRange(TokLoc
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h279 SourceRange readSourceRange() {
H A DASTRecordWriter.h139 void AddSourceRange(SourceRange Range) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTokens.h196 /// Builds a cache to make future calls to expandedToken(SourceRange) faster.
203 llvm::ArrayRef<syntax::Token> expandedTokens(SourceRange R) const;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h276 virtual SourceRange getSourceRange() const {
290 virtual SourceRange getArgSourceRange(unsigned Index) const;
823 SourceRange getSourceRange() const override { return Location; }
1172 SourceRange getSourceRange() const override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DMacroExpansionContext.cpp31 SourceRange Range, const MacroArgs *Args) override {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp655 SourceRange TemplateTypeParmDecl::getSourceRange() const {
657 return SourceRange(getBeginLoc(),
663 return SourceRange(getBeginLoc());
770 SourceRange NonTypeTemplateParmDecl::getSourceRange() const {
772 return SourceRange(getOuterLocStart(),
961 SourceRange
975 return SourceRange(Begin, End);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1265 << Module->Name << SourceRange(ImportLoc, ModuleNameLoc);
1686 << ModuleName << SourceRange(ImportLoc, ModuleNameLoc);
1812 << ModuleName << SourceRange(ImportLoc, ModuleNameLoc);
1919 << SourceRange(Path[0].second, Path[I].second)
1920 << FixItHint::CreateReplacement(SourceRange(Path[0].second),
1954 << SourceRange(Path[0].second, Path[I-1].second)
1955 << FixItHint::CreateReplacement(SourceRange(Path[I].second),
1967 << SourceRange(Path[0].second, Path[I-1].second);
1987 << SourceRange(Path.front().second, Path.back().second);
1996 << SourceRange(Pat
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d370 TargetRange copy(SourceRange, TargetRange)(SourceRange source, TargetRange target)
371 if (areCopyCompatibleArrays!(SourceRange, TargetRange))
399 TargetRange copy(SourceRange, TargetRange)(SourceRange source, TargetRange target)
400 if (!areCopyCompatibleArrays!(SourceRange, TargetRange) &&
401 isInputRange!SourceRange &&
402 isOutputRange!(TargetRange, ElementType!SourceRange))
407 static if (isRandomAccessRange!SourceRange &&
408 hasLength!SourceRange
[all...]

Completed in 252 milliseconds

1234567891011>>