HomeSort by relevance Sort by last modified time
    Searched defs:isInSystemHeader (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Basic/
SourceLocation.cpp 116 bool FullSourceLoc::isInSystemHeader() const {
118 return SrcMgr->isInSystemHeader(*this);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 209 bool isInSystemHeader() const {
218 return SM.isInSystemHeader(D->getLocation());
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 68 milliseconds