Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/
H A D.ycm_extra_conf.py74 def IsHeaderFile( filename ): function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp846 bool IsHeaderFile; in TEST() member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h454 bool IsHeaderFile = false; variable
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2693 DiagnosticsEngine &Diags, bool &IsHeaderFile) { in ParseFrontendArgs()