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 108 bool FullSourceLoc::isInSystemHeader() const {
110 return SrcMgr->isInSystemHeader(*this);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 198 bool isInSystemHeader() const {
202 return SM.isInSystemHeader(FD->getLocation());
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 155 milliseconds