HomeSort by relevance Sort by last modified time
    Searched full:sourcerange (Results 126 - 150 of 237) sorted by null

1 2 3 4 56 7 8 910

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 52 SourceRange argRange, const Expr *argEx,
113 SVal V, SourceRange argRange,
MallocSizeofChecker.cpp 229 SmallVector<SourceRange, 4> Ranges;
  /external/icu4c/test/intltest/
transrt.cpp 336 UnicodeSet sourceRange;
358 void test(const UnicodeString& sourceRange,
482 this->sourceRange.clear();
483 this->sourceRange.applyPattern(sourceRangeVal, status);
489 this->sourceRange.removeAll(neverOk);
626 usi.reset(sourceRange);
660 usi.reset(sourceRange);
699 UnicodeSet sourceRangeMinusFailures(sourceRange);
    [all...]
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 157 clang::SourceRange range = call->getParenRange();
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 265 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment);
  /external/clang/include/clang/Sema/
ParsedTemplate.h 210 SourceRange getTemplateParamsRange(TemplateParameterList const *const *Params,
Lookup.h 516 void setContextRange(SourceRange SR) {
523 SourceRange getContextRange() const {
649 SourceRange NameContextRange;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 238 virtual SourceRange getSourceRange() const {
252 virtual SourceRange getArgSourceRange(unsigned Index) const;
685 virtual SourceRange getSourceRange() const { return Location; }
860 virtual SourceRange getSourceRange() const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AdvancedSearchController.js 759 * @return {!Array.<!WebInspector.SourceRange>}
768 matchRanges.push(new WebInspector.SourceRange(match.index, match[0].length));
775 * @param {!Array.<!WebInspector.SourceRange>} matchRanges
UIUtils.js     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 28 SourceRange range) {
58 SourceRange range) const {
491 SourceRange Range, const MacroArgs *Args) {
Transforms.cpp 453 Pass.TA.remove(SourceRange(BeforeTok.getLocation(),
456 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
458 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/lib/Parse/
ParseExprCXX.cpp 54 SourceRange Range;
242 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
381 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
443 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 404 short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionState& exceptionState) const
411 if (!sourceRange) {
419 Node* sourceCont = sourceRange->commonAncestorContainer(exceptionState);
441 return compareBoundaryPoints(m_start, sourceRange->m_start, exceptionState);
443 return compareBoundaryPoints(m_end, sourceRange->m_start, exceptionState);
445 return compareBoundaryPoints(m_end, sourceRange->m_end, exceptionState);
447 return compareBoundaryPoints(m_start, sourceRange->m_end, exceptionState);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 392 << SourceRange((*Toks)[1].getLocation(),
    [all...]
SemaDeclObjC.cpp 120 SourceRange ResultTypeRange;
211 SourceRange ResultTypeRange;
526 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
568 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
574 SourceRange(AtInterfaceLoc, ClassLoc))) {
    [all...]
SemaExprMember.cpp 203 SourceRange Range(Loc);
345 << StringRef(compStr, 1) << SourceRange(CompLoc);
360 << baseType << SourceRange(CompLoc);
573 SourceRange BaseRange, const RecordType *RTy,
682 if (LookupMemberExprInRecord(*this, R, SourceRange(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 130 SourceRange getSourceRange() const LLVM_READONLY {
131 return SourceRange(TemplateLoc, RAngleLoc);
264 SourceRange getSourceRange() const LLVM_READONLY {
265 return SourceRange(TemplateParams->getTemplateLoc(),
479 SourceRange AngleLocs;
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 35 SourceRange Range;
45 const SourceRange &getRange() const { return Range; }
153 SourceRange(beginLoc, PeekTok.getLocation()));
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
CallEvent.cpp 195 SourceRange CallEvent::getArgSourceRange(unsigned Index) const {
198 return SourceRange();
667 SourceRange ObjCMethodCall::getSourceRange() const {
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 296 SourceRange Range, const MacroArgs *Args) {
300 /// \param Range The SourceRange that was skipped. The range begins at the
302 virtual void SourceRangeSkipped(SourceRange Range) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 205 PassRefPtr<TypeBuilder::CSS::SourceRange> ruleHeaderSourceRange(const CSSRule*);
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 371 const SourceRange &R) {
  /external/clang/lib/Format/
FormatToken.h 104 SourceRange WhitespaceRange;

Completed in 1005 milliseconds

1 2 3 4 56 7 8 910