Home
last modified time | relevance | path

Searched defs:isHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h191 bool isHeader() const { return IsHeader; } isHeader() function
254 bool isHeader() const { return Kind.isHeader(); } isHeader() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h250 bool isHeader(const BlockNode &Node) const { in isHeader() function
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp214 static bool isHeader(StringRef S) { in isHeader() function