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 115 bool FullSourceLoc::isInSystemHeader() const {
117 return SrcMgr->isInSystemHeader(*this);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 211 bool isInSystemHeader() const {
220 return SM.isInSystemHeader(D->getLocation());
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 970 milliseconds