Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h52 Header(unsigned ID, Lang Language) : ID(ID), Language(Language) {} in Header()
54 Lang Language; variable
89 Symbol(unsigned ID, Lang Language) : ID(ID), Language(Language) {} in Symbol()
91 Lang Language; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp96 auto Language = Obj->getString("language"); in parseLanguage() local
120 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
83 clang::Language Language; member
H A DCodeGenOptions.h160 Language, // Not specified, use language standard. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestClangConfig.h25 TestLanguage Language; member
H A DTestAST.h43 TestLanguage Language = TestLanguage::Lang_OBJCXX; 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.md443 ## Language global() 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 DDWARFLinkerImpl.cpp107 std::optional<uint16_t> Language; in link() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp35 uint64_t Language = 0; member
135 getQualifiedNameIndex(DWARFDie &Die, uint64_t Language, GsymCreator &Gsym) { in getQualifiedNameIndex()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp829 FormatStyle::LanguageKind Language = in mapping() local
1412 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle()
1632 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle()
1774 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle()
1899 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle()
1949 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, in getPredefinedStyle()
2015 FormatStyle::LanguageKind Language = Style->Language; in parseConfiguration() local
H A DContinuationIndenter.cpp189 FormatStyle::LanguageKind Language) { in getCanonicalRawStringDelimiter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h87 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.h325 uint16_t Language = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp452 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h389 constexpr char Language[] = "Language"; variable
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3221 LanguageKind Language; member
3698 LanguageKind Language; member
5444 inline StringRef getLanguageName(FormatStyle::LanguageKind Language) { in getLanguageName()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1486 StringRef Language = cast<MDString>(MD)->getString(); in emitPPA2() local

12