/netbsd-src/external/apache2/llvm/dist/clang/lib/Testing/ |
H A D | CommandLineArgs.cpp | 14 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { in getCommandLineArgsForTesting() 48 StringRef getFilenameForTesting(TestLanguage Lang) { in getFilenameForTesting()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 413 void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang, in AddDefaultIncludePaths() 554 void InitHeaderSearch::Realize(const LangOptions &Lang) { in Realize() 623 const LangOptions &Lang, in ApplyHeaderSearchOptions()
|
H A D | ASTUnit.cpp | 2644 Language Lang; in getInputKind() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() local
|
H A D | PDBExtras.cpp | 213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprClassification.cpp | 88 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, in ClassifyExprValueKind() 104 const LangOptions &Lang = Ctx.getLangOpts(); in ClassifyInternal() local
|
H A D | JSONNodeDumper.cpp | 899 StringRef Lang; in VisitLinkageSpecDecl() local
|
H A D | DeclCXX.cpp | 2824 LanguageIDs Lang, in Create()
|
H A D | Decl.cpp | 2328 const LangOptions &Lang = C.getLangOpts(); in mightBeUsableInConstantExpressions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 94 auto Lang = in guessType() local 103 static types::ID foldType(types::ID Lang) { in foldType() 524 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 81 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in printModuleDebugInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 189 static std::string formatSourceLanguage(SourceLanguage Lang) { in formatSourceLanguage() 520 SourceLanguage Lang = static_cast<SourceLanguage>( in visitKnownRecord() local 541 SourceLanguage Lang = static_cast<SourceLanguage>( in visitKnownRecord() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 346 unsigned llvm::dwarf::LanguageVersion(dwarf::SourceLanguage Lang) { in LanguageVersion() 357 unsigned llvm::dwarf::LanguageVendor(dwarf::SourceLanguage Lang) { in LanguageVendor() 368 Optional<unsigned> llvm::dwarf::LanguageLowerBound(dwarf::SourceLanguage Lang) { in LanguageLowerBound()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 144 SymbolLanguage Lang; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 161 : Lang(L), Fmt(F), Preprocessed(PP) {} in Lang() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 123 const LangOptions &Lang = PP.getLangOpts(); in shouldWarnOnMacroDef() local 176 const LangOptions &Lang = PP.getLangOpts(); in shouldWarnOnMacroUndef() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 956 unsigned &DiagID, const LangOptions &Lang) { in SetTypeQual()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 1240 static CXIdxEntityKind getEntityKindFromSymbolKind(SymbolKind K, SymbolLanguage Lang) { in getEntityKindFromSymbolKind()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 209 value Builder, value Lang, LLVMMetadataRef FileRef, value Producer, in llvm_dibuild_create_compile_unit_native()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 748 void setLanguage(SourceLanguage Lang) { in setLanguage()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 337 ExprResult Lang = ParseStringLiteralExpression(false); in ParseLinkage() local
|
H A D | ParseDecl.cpp | 5645 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, in isPtrOperatorToken()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 139 unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, in createCompileUnit()
|
H A D | DebugInfo.cpp | 877 LLVMDIBuilderRef Builder, LLVMDWARFSourceLanguage Lang, in LLVMDIBuilderCreateCompileUnit()
|