Home
last modified time | relevance | path

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

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