OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Apr 25 00:22:52 UTC 2026