Home
last modified time | relevance | path

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

1234

/external/clang/lib/Basic/
DSourceLocation.cpp116 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc
118 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
/external/clang/lib/Edit/
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()
/external/llvm-project/clang/lib/Edit/
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()
/external/llvm-project/clang/lib/Basic/
DSourceLocation.cpp238 bool FullSourceLoc::isInSystemHeader() const { in isInSystemHeader() function in FullSourceLoc
240 return SrcMgr->isInSystemHeader(*this); in isInSystemHeader()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DNoUncountedMembersChecker.cpp110 if (BR->getSourceManager().isInSystemHeader(RDLocation)) in shouldSkipDecl()
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp63 if (SM.isInSystemHeader(Range.getBegin()) || in validateEditRange()
64 SM.isInSystemHeader(Range.getEnd())) in validateEditRange()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignalHandlerCheck.cpp53 return FD->getASTContext().getSourceManager().isInSystemHeader( in isSystemCall()
/external/llvm-project/clang-tools-extra/clang-doc/
DMapper.cpp28 if (D->getASTContext().getSourceManager().isInSystemHeader(D->getLocation())) in mapDecl()
/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc())) in addCondDirectiveLoc()
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp161 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
DSimpleStreamChecker.cpp232 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL)) in checkEndAnalysis()
DTrustNonnullChecker.cpp83 if (!Call.isInSystemHeader()) in checkPostCall()
DSimpleStreamChecker.cpp232 if (!Call.isInSystemHeader()) in guaranteedNotToCloseFile()
/external/clang/include/clang/Basic/
DSourceLocation.h307 bool isInSystemHeader() const;
/external/clang/lib/Index/
DUSRGeneration.cpp178 return !SM.isInSystemHeader(D->getLocation()); in ShouldGenerateLocation()
898 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc); in generateUSRForMacro()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp387 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsert()
400 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsertAfterToken()
/external/clang/tools/libclang/
DCXSourceLocation.cpp217 return SM.isInSystemHeader(Loc); in clang_Location_isInSystemHeader()
/external/llvm-project/clang/tools/libclang/
DCXSourceLocation.cpp208 return SM.isInSystemHeader(Loc); in clang_Location_isInSystemHeader()
/external/llvm-project/clang/lib/ARCMigrate/
DTransformActions.cpp388 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsert()
401 if (SM.isInSystemHeader(SM.getExpansionLoc(loc))) in canInsertAfterToken()
DTransUnbridgedCasts.cpp109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc)) in VisitCastExpr()
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h422 bool isInSystemHeader() const;
/external/clang/lib/Sema/
DSemaCUDA.cpp470 if (!getSourceManager().isInSystemHeader(Match->getLocation())) { in maybeAddCUDAHostDeviceAttrs()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h235 bool isInSystemHeader() const { in isInSystemHeader() function
244 return SM.isInSystemHeader(D->getLocation()); in isInSystemHeader()

1234