HomeSort by relevance Sort by last modified time
    Searched refs:getBegin (Results 1 - 25 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/
PositionUtils.java 71 int signLine = signum( a.getBegin().line - b.getBegin().line );
73 return signum(a.getBegin().column - b.getBegin().column);
94 return beginNodeWithoutConsideringAnnotations(node).getBegin().line;
99 return beginNodeWithoutConsideringAnnotations(node).getBegin().column;
126 if (bl>contained.getBegin().line) return false;
127 if (bl==contained.getBegin().line && bc>contained.getBegin().column) return false;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
CommentsCollection.java 73 if (c.getBegin().line == comment.getBegin().line &&
74 c.getBegin().column == comment.getBegin().column &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/Rename/
SymbolOccurrences.h 75 RangeOrNumRanges.getBegin().getRawEncoding());
  /external/clang/lib/Format/
AffectedRangeManager.cpp 65 if (!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), I->getBegin()) &&
66 !SourceMgr.isBeforeInTranslationUnit(I->getEnd(), Range.getBegin()))
75 SourceLocation Start = First.WhitespaceRange.getBegin();
86 Tok.WhitespaceRange.getBegin(),
87 Tok.WhitespaceRange.getBegin().getLocWithOffset(Tok.LastNewlineOffset));
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 73 SourceLocation Loc = PPE->getSourceRange().getBegin();
129 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
135 if (!ExternalSource || SourceMgr.isLocalSourceLocation(Range.getBegin()))
161 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
163 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin());
240 PPEntityComp<&SourceRange::getBegin>(SourceMgr));
247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
253 PreprocessedEntities.back()->getSourceRange().getBegin())) &&
262 PreprocessedEntities.back()->getSourceRange().getBegin())) {
290 (*I)->getSourceRange().getBegin())) {
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
Problem.java 72 return getLocation().map(l -> l.getBegin().getRange().map(r -> r.begin.toString()).orElse("(line ?,col ?)") + " " + message).orElse(message);
101 final Optional<Position> aBegin= a.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
102 final Optional<Position> bBegin = b.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
  /external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
CommentsInserter.java 116 if (child.getEnd().line == comment.getBegin().line
166 if (node.getBegin().line == lineComment.getBegin().line
195 return b.getBegin().line > (endOfA + 1);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
HTMLRewrite.h 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 91011>>