/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | Language.h |
|
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | StandardLibrary.h | 52 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 D | FileList.cpp | 96 auto Language = Obj->getString("language"); in parseLanguage() local 120 auto Language = parseLanguage(Obj); in parseHeaders() local
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | Expression.h | 51 virtual SourceLanguage Language() const { return {}; } in Language() function
|
H A D | UserExpression.h | 205 SourceLanguage Language() const override { return m_language; } in Language() function
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | CanonicalIncludesTests.cpp | 38 LangOptions Language; in TEST() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | CanonicalIncludes.cpp | 709 void CanonicalIncludes::addSystemHeadersMapping(const LangOptions &Language) { in addSystemHeadersMapping()
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 60 std::optional<clang::Language> Language; variable
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerTypeUnit.h | 113 std::optional<uint16_t> Language; variable
|
H A D | DWARFLinkerUnit.h | 212 inline bool isODRLanguage(uint16_t Language) { in isODRLanguage()
|
H A D | DWARFLinkerTypeUnit.cpp | 19 std::optional<uint16_t> Language, dwarf::FormParams Format, in TypeUnit() argument
|
/llvm-project/clang/include/clang/Testing/ |
H A D | TestClangConfig.h | 25 TestLanguage Language; member [all...] |
H A D | TestAST.h | 43 TestLanguage Language = TestLanguage::Lang_OBJCXX; member
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 23 enum class Language : uint8_t { enum 83 clang::Language Language; global() member [all...] |
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Markup.cpp | 293 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 D | LLDBLog.h | 32 Language = Log::ChannelFlag<13>, enumerator
|
/llvm-project/clang/unittests/Format/ |
H A D | IntegerLiteralSeparatorTest.cpp | 94 auto TestUnderscore = [&](auto Language) { in TEST_F()
|
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 57 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 D | DwarfTransformer.cpp | 35 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 D | TestVisitor.h | 41 enum Language { global() enum
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 87 support::ulittle16_t Language; member
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | FrontendOptions.h | 127 enum class Language : uint8_t { enum [all...] |
/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 829 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 D | DWARFLinkerCompileUnit.h | 325 uint16_t Language = 0; variable
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 452 if (SeenLanguages.insert(Language).second) in EmitProducerInfo() local
|