Home
last modified time | relevance | path

Searched refs:IsHeaderFile (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/libcxx/utils/google-benchmark/
D.ycm_extra_conf.py74 def IsHeaderFile( filename ): function
84 if IsHeaderFile( filename ):
/external/google-benchmark/
D.ycm_extra_conf.py74 def IsHeaderFile( filename ): function
84 if IsHeaderFile( filename ):
/external/libcxx/utils/google-benchmark/
D.ycm_extra_conf.py74 def IsHeaderFile( filename ): function
84 if IsHeaderFile( filename ):
/external/llvm-project/clang/lib/Basic/
DLangOptions.cpp36 IsHeaderFile = false; in resetNonModularOptions()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp851 bool IsHeaderFile; in TEST() member
1035 if (Case.IsHeaderFile) { in TEST()
DSourceCodeTests.cpp784 LangOpts.IsHeaderFile = true; in TEST()
788 LangOpts.IsHeaderFile = false; in TEST()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h315 bool IsHeaderFile = false; variable
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1901 bool &IsHeaderFile) { in ParseFrontendArgs() argument
2118 IsHeaderFile = !Preprocessed && !ModuleMap && in ParseFrontendArgs()
2136 if (DashX.isUnknown() && Preprocessed && !IsHeaderFile && !ModuleMap) in ParseFrontendArgs()
2143 if (DashX.isUnknown() && !Preprocessed && !ModuleMap && !IsHeaderFile) in ParseFrontendArgs()
3852 LangOpts.IsHeaderFile); in CreateFromArgs()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp1100 if (LangOpts && LangOpts->IsHeaderFile) in isHeaderFile()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp405 if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) { in HandlePragmaOnce()
DPPDirectives.cpp2294 if (isInPrimaryFile() && LangOpts.IsHeaderFile) { in HandleIncludeNextDirective()
/external/llvm-project/clang/lib/Parse/
DParser.cpp590 !getLangOpts().CPlusPlus && !getLangOpts().IsHeaderFile) in ParseFirstTopLevelDecl()
/external/llvm-project/clang/lib/Sema/
DSema.cpp1245 !PP.getLangOpts().IsHeaderFile) in ActOnEndOfTranslationUnit()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp564 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
583 IsHeader = IsHeaderFile(inFile); in RewriteObjC()
DRewriteModernObjC.cpp627 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
647 IsHeader = IsHeaderFile(inFile); in RewriteModernObjC()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp564 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
583 IsHeader = IsHeaderFile(inFile); in RewriteObjC()
DRewriteModernObjC.cpp628 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
649 IsHeader = IsHeaderFile(inFile); in RewriteModernObjC()