Home
last modified time | relevance | path

Searched defs:Language (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DLanguage.h49 struct Language { struct
50 Grammar G;
51 LRTable Table;
54 llvm::DenseMap<RuleID, RuleGuard> Guards;
55 llvm::DenseMap<ExtensionID, RecoveryStrategy> RecoveryStrategies;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp35 auto Language = LangOptions(); in TEST() local
45 auto Language = LangOptions(); in TEST() local
96 LangOptions Language; in TEST() local
/llvm-project-15.0.7/llvm/test/MC/AMDGPU/
H A Dhsa-metadata-kernel-attrs.s26 Language: OpenCL C label
H A Dhsa-metadata-kernel-args.s44 Language: OpenCL C label
H A Dhsa-metadata-unknown-key.s16 Language: OpenCL C label
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpression.h54 virtual lldb::LanguageType Language() const { in Language() function
H A DUserExpression.h197 lldb::LanguageType Language() const override { return m_language; } in Language() function
/llvm-project-15.0.7/clang/include/clang/Testing/
H A DTestAST.h43 TestLanguage Language = TestLanguage::Lang_OBJCXX; member
H A DTestClangConfig.h25 TestLanguage Language; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangStandard.h23 enum class Language : uint8_t { enum
79 clang::Language Language; member
H A DCodeGenOptions.h141 Language, // Not specified, use language standard. enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DMarkup.cpp293 CodeBlock(std::string Contents, std::string Language) in CodeBlock()
298 std::string Language; member in clang::clangd::markup::__anone81cf9e70111::CodeBlock
477 void Document::addCodeBlock(std::string Code, std::string Language) { in addCodeBlock()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h32 Language = Log::ChannelFlag<13>, enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DCanonicalIncludes.cpp733 void CanonicalIncludes::addSystemHeadersMapping(const LangOptions &Language) { in addSystemHeadersMapping()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp32 uint64_t Language = 0; member
132 uint64_t Language, in getQualifiedNameIndex()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTestVisitor.h41 enum Language { enum
H A DASTSelectionTest.cpp71 SelectionFinderVisitor::Language Language = in findSelectedASTNodesWithRange()
80 SelectionFinderVisitor::Language Language = in findSelectedASTNodes()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp615 FormatStyle::LanguageKind Language = in mapping() local
1175 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle()
1358 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle()
1498 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle()
1622 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle()
1660 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, in getPredefinedStyle()
1726 FormatStyle::LanguageKind Language = Style->Language; in parseConfiguration() local
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h87 support::ulittle16_t Language; member
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h299 uint16_t Language = 0; variable
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h115 enum class Language : uint8_t { enum
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp449 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo() local
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2606 LanguageKind Language; member
2887 LanguageKind Language; member
4273 inline StringRef getLanguageName(FormatStyle::LanguageKind Language) { in getLanguageName()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h388 constexpr char Language[] = "Language"; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp835 uint16_t Language = getLanguage(); in constructTypeDIE() local
1262 uint16_t Language = getLanguage(); in applySubprogramAttributes() local

12