/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 246 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc 248 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
|
H A D | DiagnosticIDs.cpp | 585 Diag.getSourceManager().isInSystemHeader( in getDiagnosticSeverity()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 63 if (SM.isInSystemHeader(Range.getBegin()) || in validateEditRange() 64 SM.isInSystemHeader(Range.getEnd())) in validateEditRange()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | NoUncountedMembersChecker.cpp | 110 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
|
H A D | PPDirectives.cpp | 301 if (!SourceMgr.isInSystemHeader(MacroNameLoc) && in CheckMacroName() 697 SourceMgr.isInSystemHeader(Loc)); in getHeaderToIncludeForDiagnostics() 2844 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) && in HandleDefineDirective() 2857 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) { in HandleDefineDirective()
|
H A D | PPMacroExpansion.cpp | 236 IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation()); in updateModuleMacroInfo() 255 SourceMgr.isInSystemHeader(NewMI->getDefinitionLoc()); in updateModuleMacroInfo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TrustNonnullChecker.cpp | 83 if (!Call.isInSystemHeader()) in checkPostCall()
|
H A D | UnreachableCodeChecker.cpp | 169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
|
H A D | SimpleStreamChecker.cpp | 232 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
|
H A D | PthreadLockChecker.cpp | 676 if (Call->isInSystemHeader()) in checkRegionChanges()
|
H A D | CheckObjCDealloc.cpp | 463 if (!Call || (Call && !Call->isInSystemHeader())) { in checkPointerEscape()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXSourceLocation.cpp | 208 return SM.isInSystemHeader(Loc); in clang_Location_isInSystemHeader()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 422 bool isInSystemHeader() const;
|
H A D | SourceManager.h | 1485 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader() function 1509 return isInSystemHeader(getSpellingLoc(loc)); in isInSystemMacro()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 196 return !SM.isInSystemHeader(Loc); in ShouldGenerateLocation() 1113 bool ShouldGenerateLocation = Loc.isValid() && !SM.isInSystemHeader(Loc); in generateUSRForMacro()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 240 bool isInSystemHeader() const { in isInSystemHeader() function 249 return SM.isInSystemHeader(D->getLocation()); in isInSystemHeader()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 250 if (State->getStateManager().getContext().getSourceManager().isInSystemHeader( in addFieldToUninits()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 302 if (SM.isInSystemHeader(SM.getSpellingLoc(Loc))) in gatherFileIDs() 410 if (SM.isInSystemHeader(SM.getSpellingLoc(LocStart))) in emitSourceRegions() 994 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 641 if (SL.isInvalid() || SM.isInSystemHeader(SL)) in getModeForDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 69 if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc())) in isLibstdcxxEagerExceptionSpecHack() 354 Context.getSourceManager().isInSystemHeader(Old->getLocation()) || in CheckEquivalentExceptionSpec()
|
H A D | SemaCUDA.cpp | 661 if (!getSourceManager().isInSystemHeader(Match->getLocation())) { in maybeAddCUDAHostDeviceAttrs()
|