reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
  504   bool isGnuLocal() const { return LocStart != getLocation(); }
tools/clang/include/clang/AST/DeclFriend.h
  157         if (DD->getOuterLocStart() != DD->getInnerLocStart())
tools/clang/include/clang/AST/DeclObjC.h
 2845     return IvarLoc.isValid() && IvarLoc != getLocation();
tools/clang/include/clang/Basic/SourceLocation.h
  219     return B != X.B || E != X.E;
  219     return B != X.B || E != X.E;
tools/clang/include/clang/Basic/SourceManager.h
  376           getExpansionLocStart() != getExpansionLocEnd();
tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h
   81     return findConditionalDirectiveRegionLoc(LHS) !=
tools/clang/include/clang/Lex/Preprocessor.h
 1931     return DATELoc != SourceLocation() || TIMELoc != SourceLocation();
 1931     return DATELoc != SourceLocation() || TIMELoc != SourceLocation();
tools/clang/include/clang/Sema/Sema.h
  311     if (Tok != ExpectedLoc)
tools/clang/lib/ARCMigrate/TransformActions.cpp
  471   if (range.getBegin() != replacementRange.getBegin())
  474   if (replacementRange.getEnd() != range.getEnd())
tools/clang/lib/AST/Decl.cpp
 2010     if (InitEnd.isValid() && InitEnd != getLocation())
 4578   assert(GnuLabelL != IdentL && "Use this only for GNU local labels");
tools/clang/lib/AST/JSONNodeDumper.cpp
  236   if (Expansion != Spelling) {
tools/clang/lib/AST/SelectorLocationsKind.cpp
   76     if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false,
   85     if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true,
tools/clang/lib/AST/TextNodeDumper.cpp
  377   if (R.getBegin() != R.getEnd()) {
tools/clang/lib/Analysis/PathDiagnostic.cpp
  288       if (XR.getBegin() != YR.getBegin())
  368     if (XDL != YDL) {
tools/clang/lib/Basic/SourceLocation.cpp
  121   if (B != E) {
tools/clang/lib/Edit/EditedSource.cpp
  342   if (BeginTokLoc != Loc)
tools/clang/lib/Format/Format.cpp
 1402             Tok->WhitespaceRange.getBegin() != Tok->WhitespaceRange.getEnd();
 1403         bool SpaceAfter = Tok->Next->WhitespaceRange.getBegin() !=
tools/clang/lib/Format/FormatTokenLexer.cpp
  289   if (First[1]->WhitespaceRange.getBegin() !=
  311     if (!First[i]->is(Kinds[i]) || First[i]->WhitespaceRange.getBegin() !=
tools/clang/lib/Format/TokenAnnotator.cpp
 2747       return Right.WhitespaceRange.getEnd() != Right.WhitespaceRange.getBegin();
 2860     return Right.WhitespaceRange.getBegin() != Right.WhitespaceRange.getEnd();
 2949     return Right.WhitespaceRange.getBegin() != Right.WhitespaceRange.getEnd();
tools/clang/lib/Format/WhitespaceManager.cpp
  200         OriginalWhitespaceStart != PreviousOriginalWhitespaceEnd;
  752       assert(Changes[i - 1].OriginalWhitespaceRange.getBegin() !=
tools/clang/lib/Frontend/DiagnosticRenderer.cpp
   73           Hint.RemoveRange.getBegin() != Hint.RemoveRange.getEnd())
  472   while (BegLoc != EndLoc) {
tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
  166           Hint.RemoveRange.getBegin() != Hint.RemoveRange.getEnd())
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  888     if (D->DirectiveLoc != D->DiagnosticLoc)
tools/clang/lib/Lex/Lexer.cpp
 2745     if (PP->getCodeCompletionFileLoc() != FileLoc)
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   43   return low->getRegionLoc() != uppRegion;
tools/clang/lib/Parse/ParseExprCXX.cpp
 1024           if (Tok.getLocation() != StartLoc) {
tools/clang/lib/Parse/ParseObjc.cpp
 3681   if (Tok.getLocation() != OrigLoc) {
 3689       while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
tools/clang/lib/Parse/ParseStmtAsm.cpp
  265     while (LineToks[LineIndex].getLocation() != Tok.getLocation()) {
tools/clang/lib/Sema/SemaAttr.cpp
   69     if (PackedInclude.CurrentPragmaLocation != PackStack.CurrentPragmaLocation)
  347          PackIncludeStack.back().CurrentPragmaLocation != PrevLocation);
tools/clang/lib/Sema/SemaCodeComplete.cpp
  531   if (ExpectedLoc != Base->getBeginLoc())
tools/clang/lib/Sema/SemaDeclCXX.cpp
14579     if (getLangOpts().CPlusPlus11 && LocStart != FriendLoc)
tools/clang/lib/Sema/SemaExpr.cpp
11760           if (Loc != OrigLoc)
11821   if (Loc != OrigLoc)
11932           Loc.getLocWithOffset(2) != UO->getSubExpr()->getBeginLoc() &&
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  181     if (SLoc != SrcMgr.getSpellingLoc(SLoc))
tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  162     if (HasStart && SelectionBegin != End)
  164     if (HasEnd && SelectionEnd != Range.getBegin())
tools/clang/lib/Tooling/Syntax/Tokens.cpp
  428           SM.getExpansionLoc(NextL) != SpelledRange.getBegin())
tools/clang/tools/extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
   30   if (DefaultArgRange.getEnd() != D->getEndLoc())
tools/clang/tools/extra/clang-tidy/modernize/UseNullptrCheck.cpp
  127     if (SM.getFileLoc(S->getBeginLoc()) != CastLoc)
  230           ImmediateMacroArgLoc != FileLocStart)
tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
  148     if (OtherLocation != ParameterSourceLocation) { // Skip self.
tools/clang/tools/extra/clang-tidy/readability/NamespaceCommentCheck.cpp
  187       OldCommentRange.getBegin() != OldCommentRange.getEnd()
tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp
  247         CurrentRange.getBegin() != CurrentRange.getEnd()) {
  249       if (EditRange.getBegin() != EditRange.getEnd()) {
tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
   22   while (Location != StartOfFile) {
  106          Range.getEnd() != Tok.getLocation() &&
tools/clang/tools/extra/clangd/Diagnostics.cpp
   84   return L != R.getEnd() && M.isPointWithin(L, R.getBegin(), R.getEnd());
tools/clang/tools/extra/clangd/XRefs.cpp
  780         D->getTypeSourceInfo()->getTypeLoc().getBeginLoc() != SearchedLocation)
  809     if (CurLoc != SearchedLocation)
  834     if (TL.getBeginLoc() != SearchedLocation)
tools/clang/tools/extra/clangd/refactor/tweaks/ExpandMacro.cpp
   83   if (T->endLocation() != Cursor || T->kind() != tok::identifier)
tools/clang/tools/libclang/CIndex.cpp
  112   if (R1.getEnd() != R2.getBegin() &&
  115   if (R2.getEnd() != R1.getBegin() &&
 1048                return L_A != L_B ? SM.isBeforeInTranslationUnit(L_A, L_B)
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
 1121               fixit.RemoveRange.getBegin() != fixit.RemoveRange.getEnd())