Searched defs:isInSystemHeader (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Basic/
H A DSourceLocation.cpp116 bool FullSourceLoc::isInSystemHeader() const { function in class:FullSourceLoc
118 return SrcMgr->isInSystemHeader(*this);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h209 bool isInSystemHeader() const { function in class:clang::ento::CallEvent
218 return SM.isInSystemHeader(D->getLocation());
/external/clang/include/clang/Basic/
H A DSourceManager.h1318 bool isInSystemHeader(SourceLocation Loc) const { function in class:clang::SourceManager
1329 return loc.isMacroID() && isInSystemHeader(getSpellingLoc(loc));

Completed in 297 milliseconds