Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A D.ycm_extra_conf.py74 def IsHeaderFile( filename ): function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h363 bool IsHeaderFile = false; variable
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2582 DiagnosticsEngine &Diags, bool &IsHeaderFile) { in ParseFrontendArgs()