Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h93 clang::Language getLanguage() const { return Language; } in getLanguage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h108 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h193 Language getLanguage() const { return static_cast<Language>(Lang); } in getLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp168 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h720 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } getLanguage() function
751 SourceLanguage getLanguage() const { getLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp652 PDB_Lang DIARawSymbol::getLanguage() const { in getLanguage() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp404 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { in getLanguage() function in llvm::dwarf
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1406 Language getLanguage() const { return Lang; } in getLanguage() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2964 LinkageSpecLanguageIDs getLanguage() const { in getLanguage() function