| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 166 bool isInSystemHeader(const Decl *D) { in isInSystemHeader() function 284 isInSystemHeader(Decl)); in VisitVarDecl() 594 Access, isInSystemHeader(Decl)); in VisitCXXRecordDecl() 662 Signature, Access, isInSystemHeader(Decl)); in VisitCXXMethodDecl() 668 Signature, Access, isInSystemHeader(Decl)); in VisitCXXMethodDecl() 701 isInSystemHeader(Decl)); in VisitCXXConstructorDecl() 757 isInSystemHeader(Decl)); in VisitConceptDecl() 787 isInSystemHeader(Decl)); in VisitClassTemplateSpecializationDecl() 820 isInSystemHeader(Decl)); in VisitClassTemplatePartialSpecializationDecl() 1098 isInSystemHeader(Decl)); in VisitTypedefNameDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 239 if (SM.isInSystemHeader(loc)) in canInsert() 269 if (SM.isInSystemHeader(loc)) in canInsertAfterToken() 305 if (SM.isInSystemHeader(range.getBegin()) || in canRemoveRange() 306 SM.isInSystemHeader(range.getEnd())) in canRemoveRange()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 255 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc 257 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TaggedUnionModeling.h | 44 if (Call.isInSystemHeader()) in removeInformationStoredForDeadInstances()
|
| H A D | ErrnoModeling.cpp | 84 return ACtx.getSourceManager().isInSystemHeader(VD->getLocation()) && in REGISTER_TRAIT_WITH_PROGRAMSTATE() 107 return ACtx.getSourceManager().isInSystemHeader(FD->getLocation()) && in getErrnoFunc()
|
| H A D | SimpleStreamChecker.cpp | 206 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
|
| H A D | UnreachableCodeChecker.cpp | 168 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
|
| H A D | TrustNonnullChecker.cpp | 82 if (!Call.isInSystemHeader()) in checkPostCall()
|
| H A D | ErrnoChecker.cpp | 207 C.getSourceManager().isInSystemHeader(CallF->getLocation()) && in checkPreCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | NoUncountedMembersChecker.cpp | 110 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 65 if (SM.isInSystemHeader(Range.getBegin()) || in validateRange() 66 SM.isInSystemHeader(Range.getEnd())) in validateRange()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
|
| H A D | PPDirectives.cpp | 354 if (!SourceMgr.isInSystemHeader(MacroNameLoc) && in CheckMacroName() 900 SourceMgr.isInSystemHeader(Loc)); in getHeaderToIncludeForDiagnostics() 3142 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) && in HandleDefineDirective() 3155 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) { in HandleDefineDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 293 return SrcMgr::isSystem(NewFileType) && !SM.isInSystemHeader(PrevLoc); in shouldRecordNewFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 388 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsert() 401 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsertAfterToken()
|
| H A D | TransUnbridgedCasts.cpp | 109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc)) in VisitCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 157 if (Reason == Reserved && S.getSourceManager().isInSystemHeader(Loc)) in DiagReservedModuleName() 269 if (!getSourceManager().isInSystemHeader(Path[0].second) && in ActOnModuleDecl()
|
| H A D | SemaAvailability.cpp | 459 S.getSourceManager().isInSystemHeader( in DoEmitAvailabilityWarning() 547 !S.getSourceManager().isInSystemHeader(InstantiationLoc); in DoEmitAvailabilityWarning()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 428 bool isInSystemHeader() const;
|
| H A D | SourceManager.h | 1529 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader() function 1555 return isInSystemHeader(getSpellingLoc(loc)); in isInSystemMacro()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 202 return !SM.isInSystemHeader(Loc); in ShouldGenerateLocation() 1210 bool ShouldGenerateLocation = Loc.isValid() && !SM.isInSystemHeader(Loc); in generateUSRForMacro()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 261 bool isInSystemHeader() const { in isInSystemHeader() function 270 return SM.isInSystemHeader(D->getLocation()); in isInSystemHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 245 if (State->getStateManager().getContext().getSourceManager().isInSystemHeader( in addFieldToUninits()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 338 SM.isInSystemHeader(PM.MacroNameToken.getLocation())); in EndOfMainFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 535 return Caller->isInSystemHeader(); in isCalledFromSystemHeader() 1375 if (isInSystemHeader() && !isInstanceMessage()) { in argumentsMayEscape()
|