/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() function
|
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | DwarfTest.cpp | 70 TEST(DwarfTest, getLanguage) { in TEST() argument
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.cpp | 49 uint16_t CompileUnit::getLanguage() { in getLanguage() function in llvm::CompileUnit
|
/llvm-project/clang-tools-extra/pseudo/lib/cxx/ |
H A D | CXX.cpp |
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandard.h | 93 clang::Language getLanguage() const { return Language; } getLanguage() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 108 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage() function
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | FrontendOptions.h | 166 Language getLanguage() const { return static_cast<Language>(lang); } in getLanguage() function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 193 Language getLanguage() const { return static_cast<Language>(Lang); } in getLanguage() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 168 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage() function in NativeRawSymbol
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 741 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } in getLanguage() function 772 SourceLanguage getLanguage() const { in getLanguage() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 652 PDB_Lang DIARawSymbol::getLanguage() const { in getLanguage() function in DIARawSymbol
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 404 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { in getLanguage() function in llvm::dwarf
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1406 Language getLanguage() const { return Lang; } getLanguage() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2957 LinkageSpecLanguageIDs getLanguage() const { getLanguage() function
|