Home
last modified time | relevance | path

Searched defs:getLanguage (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h100 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp24 uint16_t CompileUnit::getLanguage() { in getLanguage() function in llvm::CompileUnit
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h84 clang::Language getLanguage() const { return Language; } in getLanguage() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h108 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h163 Language getLanguage() const { return static_cast<Language>(Lang); } in getLanguage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp169 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h721 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } in getLanguage() function
752 SourceLanguage getLanguage() const { in getLanguage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp652 PDB_Lang DIARawSymbol::getLanguage() const { in getLanguage() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp338 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { in getLanguage() function in llvm::dwarf
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2823 LanguageIDs getLanguage() const { in getLanguage() function