Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/
H A D.ycm_extra_conf.py80 def IsHeaderFile(filename): function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp1041 bool IsHeaderFile; in TEST() member
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h553 bool IsHeaderFile = false; global() variable
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp564 static bool IsHeaderFile(const std::string &Filename) { IsHeaderFile() function
H A DRewriteModernObjC.cpp628 static bool IsHeaderFile(const std::string &Filename) { IsHeaderFile() function
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2821 ParseFrontendArgs(FrontendOptions & Opts,ArgList & Args,DiagnosticsEngine & Diags,bool & IsHeaderFile) ParseFrontendArgs() argument