HomeSort by: relevance | last modified time | path
    Searched refs:isInSystemHeader (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp 239 if (SM.isInSystemHeader(loc))
269 if (SM.isInSystemHeader(loc))
305 if (SM.isInSystemHeader(range.getBegin()) ||
306 SM.isInSystemHeader(range.getEnd()))
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 66 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
PPDirectives.cpp 301 if (!SourceMgr.isInSystemHeader(MacroNameLoc) &&
697 SourceMgr.isInSystemHeader(Loc));
2844 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) &&
2857 !SourceMgr.isInSystemHeader(DefineTok.getLocation())) {
PPMacroExpansion.cpp 236 IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation());
255 SourceMgr.isInSystemHeader(NewMI->getDefinitionLoc());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
NoUncountedMembersChecker.cpp 110 if (BR->getSourceManager().isInSystemHeader(RDLocation))
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 246 bool FullSourceLoc::isInSystemHeader() const {
248 return SrcMgr->isInSystemHeader(*this);
DiagnosticIDs.cpp 585 Diag.getSourceManager().isInSystemHeader(
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 63 if (SM.isInSystemHeader(Range.getBegin()) ||
64 SM.isInSystemHeader(Range.getEnd()))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 232 if (!Call.isInSystemHeader())
TrustNonnullChecker.cpp 83 if (!Call.isInSystemHeader())
UnreachableCodeChecker.cpp 169 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
MallocChecker.cpp 890 FD->getASTContext().getSourceManager().isInSystemHeader(L);
2926 if (!Call->isInSystemHeader() || Call->argumentsMayEscape())
2984 if (!Call->isInSystemHeader())
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 208 return SM.isInSystemHeader(Loc);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 422 bool isInSystemHeader() const;
SourceManager.h 1485 bool isInSystemHeader(SourceLocation Loc) const {
1509 return isInSystemHeader(getSpellingLoc(loc));
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
TransformActions.cpp 388 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
401 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 250 if (State->getStateManager().getContext().getSourceManager().isInSystemHeader(
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 240 bool isInSystemHeader() const {
249 return SM.isInSystemHeader(D->getLocation());
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 196 return !SM.isInSystemHeader(Loc);
1113 bool ShouldGenerateLocation = Loc.isValid() && !SM.isInSystemHeader(Loc);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 302 if (SM.isInSystemHeader(SM.getSpellingLoc(Loc)))
410 if (SM.isInSystemHeader(SM.getSpellingLoc(LocStart)))
994 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 641 if (SL.isInvalid() || SM.isInSystemHeader(SL))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 69 if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc()))
354 Context.getSourceManager().isInSystemHeader(Old->getLocation()) ||
SemaAvailability.cpp 443 S.getSourceManager().isInSystemHeader(
SemaCUDA.cpp 661 if (!getSourceManager().isInSystemHeader(Match->getLocation())) {

Completed in 83 milliseconds

1 2 3