Home
last modified time | relevance | path

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

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