Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DLangOptions.cpp37 IsHeaderFile = false; in resetNonModularOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h251 bool IsHeaderFile = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1587 bool &IsHeaderFile) { in ParseFrontendArgs() argument
1821 IsHeaderFile = in ParseFrontendArgs()
1838 if (DashX.isUnknown() && Preprocessed && !IsHeaderFile && !ModuleMap) in ParseFrontendArgs()
1845 if (DashX.isUnknown() && !Preprocessed && !ModuleMap && !IsHeaderFile) in ParseFrontendArgs()
3272 LangOpts.IsHeaderFile); in CreateFromArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1270 if (PP.isInPrimaryFile() && PP.getLangOpts().IsHeaderFile) { in EvaluateHasIncludeNext()
H A DPragma.cpp394 if (isInPrimaryFile() && TUKind != TU_Prefix && !getLangOpts().IsHeaderFile) { in HandlePragmaOnce()
H A DPPDirectives.cpp2095 if (isInPrimaryFile() && LangOpts.IsHeaderFile) { in HandleIncludeNextDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1124 !PP.getLangOpts().IsHeaderFile) in ActOnEndOfTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp564 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
583 IsHeader = IsHeaderFile(inFile); in RewriteObjC()
H A DRewriteModernObjC.cpp628 static bool IsHeaderFile(const std::string &Filename) { in IsHeaderFile() function
649 IsHeader = IsHeaderFile(inFile); in RewriteModernObjC()