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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Testing/
H A DCommandLineArgs.cpp14 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { argument
48 StringRef getFilenameForTesting(TestLanguage Lang) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; local
H A DPDBExtras.cpp213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp81 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); local
83 O << Lang; local
/netbsd-current/external/apache2/llvm/dist/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 DDecl.cpp2328 const LangOptions &Lang = C.getLangOpts(); local
H A DJSONNodeDumper.cpp899 StringRef Lang; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp413 void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang, argument
554 void InitHeaderSearch::Realize(const LangOptions &Lang) { argument
621 ApplyHeaderSearchOptions(HeaderSearch &HS, const HeaderSearchOptions &HSOpts, const LangOptions &Lang, const llvm::Triple &Triple) argument
[all...]
H A DASTUnit.cpp2644 Language Lang; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp94 auto Lang = local
103 static types::ID foldType(types::ID Lang) { argument
263 static types::ID toType(Language Lang) { argument
524 auto Lang = guessType(Filename, &TypeCertain); variable
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h144 SymbolLanguage Lang; member in struct:clang::index::SymbolInfo
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp189 static std::string formatSourceLanguage(SourceLanguage Lang) { argument
520 SourceLanguage Lang = static_cast<SourceLanguage>( local
541 SourceLanguage Lang = static_cast<SourceLanguage>( local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h748 void setLanguage(SourceLanguage Lang) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp346 unsigned llvm::dwarf::LanguageVersion(dwarf::SourceLanguage Lang) { argument
357 unsigned llvm::dwarf::LanguageVendor(dwarf::SourceLanguage Lang) { argument
368 Optional<unsigned> llvm::dwarf::LanguageLowerBound(dwarf::SourceLanguage Lang) { argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h147 Language Lang; member in class:clang::InputKind
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp955 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
/netbsd-current/external/apache2/llvm/dist/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, StringRef SysRoot, StringRef SDK) argument
H A DDebugInfo.cpp876 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, const char *SysRoot, size_t SysRootLen, const char *SDK, size_t SDKLen) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1240 static CXIdxEntityKind getEntityKindFromSymbolKind(SymbolKind K, SymbolLanguage Lang) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c208 llvm_dibuild_create_compile_unit_native( value Builder, value Lang, LLVMMetadataRef FileRef, value Producer, value IsOptimized, value Flags, value RuntimeVer, value SplitName, value Kind, value DWOId, value SplitDebugInline, value DebugInfoForProfiling, value SysRoot, value SDK) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h305 uint32_t Lang, SubLang; member in class:llvm::rc::LanguageResource
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp337 ExprResult Lang = ParseStringLiteralExpression(false); local
H A DParseDecl.cpp5645 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp123 const LangOptions &Lang = PP.getLangOpts(); local
176 const LangOptions &Lang = PP.getLangOpts(); local

Completed in 984 milliseconds