Searched refs:isInSystemHeader (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp54 if (SM.isInSystemHeader(Range.getBegin()) ||
55 SM.isInSystemHeader(Range.getEnd()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp239 if (SM.isInSystemHeader(loc))
269 if (SM.isInSystemHeader(loc))
305 if (SM.isInSystemHeader(range.getBegin()) ||
306 SM.isInSystemHeader(range.getEnd()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
H A DPPDirectives.cpp281 if (!SourceMgr.isInSystemHeader(MacroNameLoc) &&
2753 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) &&
2766 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) {
H A DPPMacroExpansion.cpp234 IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation());
253 SourceMgr.isInSystemHeader(NewMI->getDefinitionLoc());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp227 bool FullSourceLoc::isInSystemHeader() const { function in class:FullSourceLoc
229 return SrcMgr->isInSystemHeader(*this);
H A DDiagnosticIDs.cpp495 Diag.getSourceManager().isInSystemHeader(
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp232 if (!Call.isInSystemHeader())
H A DTrustNonnullChecker.cpp83 if (!Call.isInSystemHeader())
H A DUnreachableCodeChecker.cpp169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
H A DMallocChecker.cpp959 return !L.isValid() || C.getSourceManager().isInSystemHeader(L);
2945 if (!Call->isInSystemHeader() || Call->argumentsMayEscape())
3005 if (!Call->isInSystemHeader())
H A DCheckObjCDealloc.cpp463 if (!Call || (Call && !Call->isInSystemHeader())) {
H A DNullabilityChecker.cpp190 if (NoDiagnoseCallsToSystemHeaders && Call.isInSystemHeader())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h417 bool isInSystemHeader() const;
H A DSourceManager.h1493 bool isInSystemHeader(SourceLocation Loc) const { function in class:clang::SourceManager
1517 return isInSystemHeader(getSpellingLoc(loc));
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp250 if (State->getStateManager().getContext().getSourceManager().isInSystemHeader(
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
H A DTransformActions.cpp388 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
401 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp195 return !SM.isInSystemHeader(Loc);
1107 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h234 bool isInSystemHeader() const { function in class:clang::ento::CallEvent
243 return SM.isInSystemHeader(D->getLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp237 if (SM.isInSystemHeader(SM.getSpellingLoc(Loc)))
317 if (SM.isInSystemHeader(SM.getSpellingLoc(LocStart)))
876 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
H A DCodeGenPGO.cpp826 return SM.isInSystemHeader(Loc);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp591 if (!getSourceManager().isInSystemHeader(Match->getLocation())) {
H A DSemaExceptionSpec.cpp67 if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc()))
346 Context.getSourceManager().isInSystemHeader(Old->getLocation()) ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp913 if (Ctx.getSourceManager().isInSystemHeader(FD->getLocation()))

Completed in 316 milliseconds

12