Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DLanguage.h
/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h52 Header(unsigned ID,Lang Language) Header() argument
54 Lang Language; global() variable
89 Symbol(unsigned ID,Lang Language) Symbol() argument
91 Lang Language; global() variable
[all...]
/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
/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
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp38 LangOptions Language; in TEST() local
/llvm-project/clang-tools-extra/clangd/index/
H A DCanonicalIncludes.cpp709 void CanonicalIncludes::addSystemHeadersMapping(const LangOptions &Language) { in addSystemHeadersMapping()
/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h60 std::optional<clang::Language> Language; variable
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.h113 std::optional<uint16_t> Language; variable
H A DDWARFLinkerUnit.h212 inline bool isODRLanguage(uint16_t Language) { in isODRLanguage()
H A DDWARFLinkerTypeUnit.cpp19 std::optional<uint16_t> Language, dwarf::FormParams Format, in TypeUnit() argument
/llvm-project/clang/include/clang/Testing/
H A DTestClangConfig.h25 TestLanguage Language; member
[all...]
H A DTestAST.h43 TestLanguage Language = TestLanguage::Lang_OBJCXX; member
/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h23 enum class Language : uint8_t { enum
83 clang::Language Language; global() member
[all...]
/llvm-project/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::__anond4a28a2a0111::CodeBlock
480 void Document::addCodeBlock(std::string Code, std::string Language) { in addCodeBlock()
/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h32 Language = Log::ChannelFlag<13>, enumerator
/llvm-project/clang/unittests/Format/
H A DIntegerLiteralSeparatorTest.cpp94 auto TestUnderscore = [&](auto Language) { in TEST_F()
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp57 static int countSymbols(Lang Language) { in countSymbols() argument
83 static int initialize(Lang Language) { in initialize() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp35 uint64_t Language = 0; global() member
135 getQualifiedNameIndex(DWARFDie & Die,uint64_t Language,GsymCreator & Gsym) getQualifiedNameIndex() argument
[all...]
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h41 enum Language { global() enum
/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h87 support::ulittle16_t Language; member
/llvm-project/flang/include/flang/Frontend/
H A DFrontendOptions.h127 enum class Language : uint8_t { enum
[all...]
/llvm-project/clang/lib/Format/
H A DFormat.cpp829 FormatStyle::LanguageKind Language = mapping() local
1412 getLLVMStyle(FormatStyle::LanguageKind Language) getLLVMStyle() argument
1632 getGoogleStyle(FormatStyle::LanguageKind Language) getGoogleStyle() argument
1774 getChromiumStyle(FormatStyle::LanguageKind Language) getChromiumStyle() argument
1899 getMicrosoftStyle(FormatStyle::LanguageKind Language) getMicrosoftStyle() argument
1949 getPredefinedStyle(StringRef Name,FormatStyle::LanguageKind Language,FormatStyle * Style) getPredefinedStyle() argument
2015 FormatStyle::LanguageKind Language = Style->Language; parseConfiguration() local
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h325 uint16_t Language = 0; variable
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp452 if (SeenLanguages.insert(Language).second) in EmitProducerInfo() local

12