Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h53 Header(unsigned ID, Lang Language) : ID(ID), Language(Language) {} in Header()
55 Lang Language; variable
90 Symbol(unsigned ID, Lang Language) : ID(ID), Language(Language) {} in Symbol()
92 Lang Language; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp94 auto Language = Obj->getString("language"); in parseLanguage() local
118 auto Language = parseLanguage(Obj); in parseHeaders() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpression.h51 virtual SourceLanguage Language() const { return {}; } in Language() function
H A DUserExpression.h205 SourceLanguage Language() const override { return m_language; } in Language() function
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h60 std::optional<clang::Language> Language; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h23 enum class Language : uint8_t { enum
82 clang::Language Language; member
H A DCodeGenOptions.h168 Language, // Not specified, use language standard. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h43 TestLanguage Language = TestLanguage::Lang_OBJCXX; member
H A DTestClangConfig.h25 TestLanguage Language; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h32 Language = Log::ChannelFlag<13>, enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp57 static int countSymbols(Lang Language) { in countSymbols()
83 static int initialize(Lang Language) { in initialize()
/freebsd/contrib/bc/
H A DREADME.md451 ## Language section in `bc`
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h212 inline bool isODRLanguage(uint16_t Language) { in isODRLanguage()
H A DDWARFLinkerTypeUnit.cpp18 std::optional<uint16_t> Language, dwarf::FormParams Format, in TypeUnit()
H A DDWARFLinkerCompileUnit.h678 std::optional<uint16_t> Language; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp32 uint64_t Language = 0; member
132 getQualifiedNameIndex(DWARFDie &Die, uint64_t Language, GsymCreator &Gsym) { in getQualifiedNameIndex()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp898 FormatStyle::LanguageKind Language = in mapping() local
1503 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle()
1731 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle()
1877 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle()
2001 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle()
2052 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, in getPredefinedStyle()
2118 FormatStyle::LanguageKind Language = Style->Language; in parseConfiguration() local
4189 if (const auto Language = getLanguageByComment(Env); in guessLanguage() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h88 support::ulittle16_t Language; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h345 uint16_t Language = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp454 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h110 Language, // --attribute=language enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h390 constexpr char Language[] = "Language"; variable
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3400 LanguageKind Language; member
3907 LanguageKind Language; member
5794 inline StringRef getLanguageName(FormatStyle::LanguageKind Language) { in getLanguageName()

12