Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp116 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc
118 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
H A DDiagnosticIDs.cpp477 Diag.getSourceManager().isInSystemHeader( in getDiagnosticSeverity()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DCommit.cpp235 if (SM.isInSystemHeader(loc)) in canInsert()
266 if (SM.isInSystemHeader(loc)) in canInsertAfterToken()
304 if (SM.isInSystemHeader(range.getBegin()) || in canRemoveRange()
305 SM.isInSystemHeader(range.getEnd())) in canRemoveRange()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
H A DPPDirectives.cpp197 if (!SourceMgr.isInSystemHeader(MacroNameLoc) && in CheckMacroName()
2240 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) { in HandleDefineDirective()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp165 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
H A DSimpleStreamChecker.cpp239 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
H A DMallocChecker.cpp2142 if (!Call->isInSystemHeader() || Call->hasNonZeroCallbackArg()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2202 if (!Call->isInSystemHeader()) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp173 return !SM.isInSystemHeader(D->getLocation()); in ShouldGenerateLocation()
862 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc); in generateUSRForMacro()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h306 bool isInSystemHeader() const;
H A DSourceManager.h1322 bool isInSystemHeader(SourceLocation Loc) const { in isInSystemHeader() function
1333 return loc.isMacroID() && isInSystemHeader(getSpellingLoc(loc)); in isInSystemMacro()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp387 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsert()
400 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsertAfterToken()
H A DTransUnbridgedCasts.cpp110 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc)) in VisitCastExpr()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp219 return SM.isInSystemHeader(Loc); in clang_Location_isInSystemHeader()
H A DIndexing.cpp365 if (SM.isInSystemHeader(Loc)) in shouldSkipFunctionBody()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h209 bool isInSystemHeader() const { in isInSystemHeader() function
218 return SM.isInSystemHeader(D->getLocation()); in isInSystemHeader()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp712 if (CGM.getContext().getSourceManager().isInSystemHeader(Loc)) in emitCounterRegionMapping()
739 if (CGM.getContext().getSourceManager().isInSystemHeader(Loc)) in emitEmptyCounterMapping()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp53 if (!Context.getSourceManager().isInSystemHeader(D.getLocStart())) in isLibstdcxxEagerExceptionSpecHack()
253 Context.getSourceManager().isInSystemHeader(Old->getLocation())) && in CheckEquivalentExceptionSpec()
H A DSema.cpp267 if (!Context.getSourceManager().isInSystemHeader(loc)) in makeUnavailableInSystemHeader()
1195 SourceMgr.isInSystemHeader(Comment.getBegin())) in ActOnComment()
H A DSemaDeclObjC.cpp99 if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) { in checkInitMethod()
2627 if (!Context.getSourceManager().isInSystemHeader( in ActOnAtEnd()
2651 if (!Context.getSourceManager().isInSystemHeader( in ActOnAtEnd()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp594 if (SL.isInvalid() || SM.isInSystemHeader(SL)) in getModeForDecl()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp760 if (Ctx.getSourceManager().isInSystemHeader(FD->getLocation())) in mayInlineDecl()
H A DCallEvent.cpp873 if (isInSystemHeader() && !isInstanceMessage()) { in argumentsMayEscape()
H A DMemRegion.cpp772 if (C.getSourceManager().isInSystemHeader(D->getLocation())) { in getVarRegion()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2075 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2120 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()

12