HomeSort by: relevance | last modified time | path
    Searched defs:isInSystemHeader (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 246 bool FullSourceLoc::isInSystemHeader() const {
248 return SrcMgr->isInSystemHeader(*this);
  /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/include/clang/Basic/
SourceManager.h 1485 bool isInSystemHeader(SourceLocation Loc) const {
1509 return isInSystemHeader(getSpellingLoc(loc));

Completed in 55 milliseconds