Home
last modified time | relevance | path

Searched defs:IsHeaderFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h510 bool IsHeaderFile = false; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp564 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
H A DRewriteModernObjC.cpp629 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2767 DiagnosticsEngine &Diags, bool &IsHeaderFile) { in ParseFrontendArgs()