HomeSort by relevance Sort by last modified time
    Searched refs:isInSystemHeader (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/clang/lib/Basic/
SourceLocation.cpp 116 bool FullSourceLoc::isInSystemHeader() const {
118 return SrcMgr->isInSystemHeader(*this);
  /external/clang/lib/Edit/
Commit.cpp 235 if (SM.isInSystemHeader(loc))
266 if (SM.isInSystemHeader(loc))
304 if (SM.isInSystemHeader(range.getBegin()) ||
305 SM.isInSystemHeader(range.getEnd()))
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 69 if (SourceMgr.isInSystemHeader(DirLoc.getLoc()))
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 232 if (!Call.isInSystemHeader())
UnreachableCodeChecker.cpp 161 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 102 if (instance().getSourceManager().isInSystemHeader(loc))
  /external/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
SourceManager.h     [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 217 return SM.isInSystemHeader(Loc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
SourceManager.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 307 bool isInSystemHeader() const;
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 110 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
TransformActions.cpp 387 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
400 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
  /external/clang/lib/Sema/
SemaCUDA.cpp 470 if (!getSourceManager().isInSystemHeader(Match->getLocation())) {
SemaExceptionSpec.cpp 53 if (!Context.getSourceManager().isInSystemHeader(D.getLocStart()))
265 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 235 bool isInSystemHeader() const {
244 return SM.isInSystemHeader(D->getLocation());
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 178 return !SM.isInSystemHeader(D->getLocation());
898 bool ShouldGenerateLocation = !SM.isInSystemHeader(Loc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 237 bool isInSystemHeader() const {
246 return SM.isInSystemHeader(D->getLocation());
    [all...]

Completed in 350 milliseconds

1 2 3 4