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

References

tools/clang/include/clang/AST/ASTContext.h
  799            !SourceMgr.isInSystemHeader(RC.getSourceRange().getBegin()));
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  264   return SourceManager.isInSystemHeader(ExpansionLoc);
tools/clang/include/clang/Basic/SourceManager.h
 1516     return isInSystemHeader(getSpellingLoc(loc));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  243       return SM.isInSystemHeader(D->getLocation());
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  109     if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
tools/clang/lib/ARCMigrate/TransformActions.cpp
  388   if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
  401   if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
tools/clang/lib/Basic/DiagnosticIDs.cpp
  495       Diag.getSourceManager().isInSystemHeader(
tools/clang/lib/Basic/SourceLocation.cpp
  229   return SrcMgr->isInSystemHeader(*this);
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  825   return SM.isInSystemHeader(Loc);
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  237       if (SM.isInSystemHeader(SM.getSpellingLoc(Loc)))
  317       if (SM.isInSystemHeader(SM.getSpellingLoc(LocStart)))
  876     if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
tools/clang/lib/Edit/Commit.cpp
  239   if (SM.isInSystemHeader(loc))
  269   if (SM.isInSystemHeader(loc))
  305   if (SM.isInSystemHeader(range.getBegin()) ||
  306       SM.isInSystemHeader(range.getEnd()))
tools/clang/lib/Index/USRGeneration.cpp
  194   return !SM.isInSystemHeader(Loc);
 1106   bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc);
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
   66   if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
tools/clang/lib/Lex/PPDirectives.cpp
  281   if (!SourceMgr.isInSystemHeader(MacroNameLoc) &&
 2751            !SourceMgr.isInSystemHeader(DefineTok.getLocation())) &&
 2764         !SourceMgr.isInSystemHeader(DefineTok.getLocation())) {
tools/clang/lib/Lex/PPMacroExpansion.cpp
  232       IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation());
  251                      SourceMgr.isInSystemHeader(NewMI->getDefinitionLoc());
tools/clang/lib/Lex/Preprocessor.cpp
  722       getSourceManager().isInSystemHeader(Identifier.getLocation()))
tools/clang/lib/Parse/ParseExpr.cpp
 2409       if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
 2465       if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  338   if (!S.getSourceManager().isInSystemHeader(OpLoc) &&
 2035        S.SourceMgr.isInSystemHeader(D->getLocation())))
tools/clang/lib/Sema/Sema.cpp
  417   if (!Context.getSourceManager().isInSystemHeader(loc))
 1879       SourceMgr.isInSystemHeader(Comment.getBegin()))
tools/clang/lib/Sema/SemaCUDA.cpp
  591     if (!getSourceManager().isInSystemHeader(Match->getLocation())) {
tools/clang/lib/Sema/SemaChecking.cpp
13323       if (SourceMgr.isInSystemHeader(RBracketLoc)) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
  723       SemaRef.SourceMgr.isInSystemHeader(
tools/clang/lib/Sema/SemaDecl.cpp
 2369        Context.getSourceManager().isInSystemHeader(Old->getLocation()) ||
 2370        Context.getSourceManager().isInSystemHeader(New->getLocation())))
16216           if (getSourceManager().isInSystemHeader(Loc)) {
16586                getSourceManager().isInSystemHeader(FD->getLocation()) &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7476   if (S.Context.getSourceManager().isInSystemHeader(D->getLocation())) {
 7929               S.getSourceManager().isInSystemHeader(
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3041   if (SpellingLoc.isValid() && getSourceManager().isInSystemHeader(SpellingLoc))
 9278       S.getSourceManager().isInSystemHeader(Loc)) {
10533         getSourceManager().isInSystemHeader(UsingLoc))
14175       !getSourceManager().isInSystemHeader(FnDecl->getLocation())) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
   99   if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) {
 3929           if (!Context.getSourceManager().isInSystemHeader(
 3953           if (!Context.getSourceManager().isInSystemHeader(
tools/clang/lib/Sema/SemaExceptionSpec.cpp
   66   if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc()))
  337        Context.getSourceManager().isInSystemHeader(Old->getLocation()) ||
tools/clang/lib/Sema/SemaExprCXX.cpp
  761       !getSourceManager().isInSystemHeader(OpLoc) && !getLangOpts().CUDA) {
 2091           getSourceManager().isInSystemHeader(OperatorNew->getBeginLoc())))) {
 3594   if (getSourceManager().isInSystemHeader(PointeeRD->getLocation()))
tools/clang/lib/Sema/SemaExprObjC.cpp
 1205       !getSourceManager().isInSystemHeader(Method->getLocation()))
 3436         if (Context.getSourceManager().isInSystemHeader(var->getLocation()))
tools/clang/lib/Sema/SemaInit.cpp
  537         SemaRef.SourceMgr.isInSystemHeader(CtorDecl->getLocation())) {
 5314          S.getSourceManager().isInSystemHeader(Init->getExprLoc());
tools/clang/lib/Sema/SemaStmt.cpp
 4060       !getSourceManager().isInSystemHeader(TryLoc) && !getLangOpts().CUDA) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  734       SemaRef.getSourceManager().isInSystemHeader(D->getBeginLoc()))
 4231           !getSourceManager().isInSystemHeader(PatternDecl->getBeginLoc())) {
 4787           !getSourceManager().isInSystemHeader(PatternDecl->getBeginLoc())) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  959   return !L.isValid() || C.getSourceManager().isInSystemHeader(L);
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  250   if (State->getStateManager().getContext().getSourceManager().isInSystemHeader(
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  169     if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  877         if (Ctx.getSourceManager().isInSystemHeader(FD->getLocation()))
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  853     if (C.getSourceManager().isInSystemHeader(D->getLocation())) {
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  757     if (SL.isInvalid() || SM.isInSystemHeader(SL))
tools/clang/lib/Tooling/Transformer/SourceCode.cpp
   54   if (SM.isInSystemHeader(Range.getBegin()) ||
   55       SM.isInSystemHeader(Range.getEnd()))
tools/clang/tools/extra/clang-doc/Mapper.cpp
   28   if (D->getASTContext().getSourceManager().isInSystemHeader(D->getLocation()))
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  537       Sources.isInSystemHeader(Location))
tools/clang/tools/libclang/CXSourceLocation.cpp
  207   return SM.isInSystemHeader(Loc);
tools/clang/tools/libclang/Indexing.cpp
  388     if (SM.isInSystemHeader(Loc))