Searched defs:Lang (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; local
H A DPDBExtras.cpp199 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp76 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); local
78 O << Lang; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp88 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, argument
104 const LangOptions &Lang = Ctx.getLangOpts(); local
[all...]
H A DJSONNodeDumper.cpp884 StringRef Lang; local
H A DDecl.cpp2293 const LangOptions &Lang = C.getLangOpts(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp413 void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang, argument
553 void InitHeaderSearch::Realize(const LangOptions &Lang) { argument
620 ApplyHeaderSearchOptions(HeaderSearch &HS, const HeaderSearchOptions &HSOpts, const LangOptions &Lang, const llvm::Triple &Triple) argument
[all...]
H A DASTUnit.cpp2667 Language Lang; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp94 auto Lang = local
103 static types::ID foldType(types::ID Lang) { argument
253 static types::ID toType(Language Lang) { argument
514 auto Lang = guessType(Filename, &TypeCertain); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h141 SymbolLanguage Lang; member in struct:clang::index::SymbolInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp340 unsigned llvm::dwarf::LanguageVersion(dwarf::SourceLanguage Lang) { argument
351 unsigned llvm::dwarf::LanguageVendor(dwarf::SourceLanguage Lang) { argument
362 Optional<unsigned> llvm::dwarf::LanguageLowerBound(dwarf::SourceLanguage Lang) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h72 Lang, member in class:lldb_private::FormatEntity::Entry::Type
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp189 static std::string formatSourceLanguage(SourceLanguage Lang) { argument
509 SourceLanguage Lang = static_cast<SourceLanguage>( local
530 SourceLanguage Lang = static_cast<SourceLanguage>( local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h741 void setLanguage(SourceLanguage Lang) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp907 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h146 Language Lang; member in class:clang::InputKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp138 createCompileUnit( unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress) argument
H A DDebugInfo.cpp754 LLVMDIBuilderCreateCompileUnit( LLVMDIBuilderRef Builder, LLVMDWARFSourceLanguage Lang, LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, LLVMBool isOptimized, const char *Flags, size_t FlagsLen, unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, LLVMBool DebugInfoForProfiling) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp106 static bool isReservedId(StringRef Text, const LangOptions &Lang) { argument
143 const LangOptions &Lang = PP.getLangOpts(); local
155 const LangOptions &Lang = PP.getLangOpts(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp335 ExprResult Lang = ParseStringLiteralExpression(false); local
H A DParseDecl.cpp5555 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, argument

Completed in 409 milliseconds