Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h474 bool IsHeaderFile = false; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2710 DiagnosticsEngine &Diags, bool &IsHeaderFile) { in ParseFrontendArgs()