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

References

tools/clang/include/clang/AST/RawCommentList.h
  185     return SM.isBeforeInTranslationUnit(LHS.getBeginLoc(), RHS.getBeginLoc());
  185     return SM.isBeforeInTranslationUnit(LHS.getBeginLoc(), RHS.getBeginLoc());
tools/clang/lib/AST/RawCommentList.cpp
   70   SourceLocation L1 = R1.getBeginLoc();
   71   SourceLocation L2 = R2.getBeginLoc();
  283       SourceMgr.getDecomposedLoc(RC.getBeginLoc());
  316       onlyWhitespaceBetween(SourceMgr, C1.getEndLoc(), C2.getBeginLoc(),
  318     SourceRange MergedRange(C1.getBeginLoc(), C2.getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 9801       SourceLocation CommentLoc = C->getBeginLoc();
tools/clang/tools/extra/clang-move/Move.cpp
  321     if (SM.isBeforeInTranslationUnit(Comment->getBeginLoc(), Full.getBegin()))
  322       Full.setBegin(Comment->getBeginLoc());
tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
   86   assert(!Ctx.getSourceManager().isLoadedSourceLocation(RC->getBeginLoc()));