Home
last modified time | relevance | path

Searched refs:isInSystemHeader (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DCommit.cpp239 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 DSourceLocation.cpp246 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc
248 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
H A DDiagnosticIDs.cpp585 Diag.getSourceManager().isInSystemHeader( in getDiagnosticSeverity()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp63 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 DNoUncountedMembersChecker.cpp110 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
H A DPPDirectives.cpp301 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 DPPMacroExpansion.cpp236 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 DTrustNonnullChecker.cpp83 if (!Call.isInSystemHeader()) in checkPostCall()
H A DUnreachableCodeChecker.cpp169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
H A DSimpleStreamChecker.cpp232 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
H A DPthreadLockChecker.cpp676 if (Call->isInSystemHeader()) in checkRegionChanges()
H A DCheckObjCDealloc.cpp463 if (!Call || (Call && !Call->isInSystemHeader())) { in checkPointerEscape()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp388 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsert()
401 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsertAfterToken()
H A DTransUnbridgedCasts.cpp109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc)) in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp208 return SM.isInSystemHeader(Loc); in clang_Location_isInSystemHeader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h422 bool isInSystemHeader() const;
H A DSourceManager.h1485 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 DUSRGeneration.cpp196 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 DCallEvent.h240 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 DUninitializedObjectChecker.cpp250 if (State->getStateManager().getContext().getSourceManager().isInSystemHeader( in addFieldToUninits()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp302 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 DAnalysisConsumer.cpp641 if (SL.isInvalid() || SM.isInSystemHeader(SL)) in getModeForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp69 if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc())) in isLibstdcxxEagerExceptionSpecHack()
354 Context.getSourceManager().isInSystemHeader(Old->getLocation()) || in CheckEquivalentExceptionSpec()
H A DSemaCUDA.cpp661 if (!getSourceManager().isInSystemHeader(Match->getLocation())) { in maybeAddCUDAHostDeviceAttrs()

123