/llvm-project/clang/lib/Testing/ |
H A D | CommandLineArgs.cpp | 15 getCommandLineArgsForTesting(TestLanguage Lang) getCommandLineArgsForTesting() argument 55 getCC1ArgsForTesting(TestLanguage Lang) getCC1ArgsForTesting() argument 94 getFilenameForTesting(TestLanguage Lang) getFilenameForTesting() argument
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | CXXTest.cpp |
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
H A D | Token.cpp |
|
/llvm-project/clang-tools-extra/pseudo/lib/cli/ |
H A D | CLI.cpp |
|
/llvm-project/clang/tools/libclang/ |
H A D | CXExtractAPI.cpp | 114 auto Lang = Unit->getInputKind().getLanguage(); in clang_createAPISet() local 157 auto Lang = Unit->getInputKind().getLanguage(); in clang_getSymbolGraphForCursor() local
|
/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 194 getLanguageName(Language Lang) getLanguageName() argument 228 serializeIdentifier(const APIRecord & Record,Language Lang) serializeIdentifier() argument 349 serializeSymbolKind(APIRecord::RecordKind RK,Language Lang) serializeSymbolKind() argument 515 serializeSymbolKind(const APIRecord & Record,Language Lang) serializeSymbolKind() argument 585 generateParentContexts(const SmallVectorImpl<SymbolReference> & Parents,Language Lang) generateParentContexts() argument 1100 Language Lang = API.getLanguage(); serializeSingleSymbolSGF() local [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 91 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; getSourceFileFullPath() local [all...] |
H A D | PDBExtras.cpp | 214 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<()
|
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | StandardLibrary.h | 33 enum class Lang { C = 0, CXX, LastValue = CXX }; global() enum [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 48 O << Lang; in printModuleDebugInfo() local
|
/llvm-project/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 331 AddDefaultIncludePaths(const LangOptions & Lang,const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultIncludePaths() argument 476 Realize(const LangOptions & Lang) Realize() argument 545 ApplyHeaderSearchOptions(HeaderSearch & HS,const HeaderSearchOptions & HSOpts,const LangOptions & Lang,const llvm::Triple & Triple) ApplyHeaderSearchOptions() argument [all...] |
/llvm-project/clang-tools-extra/pseudo/fuzzer/ |
H A D | Fuzzer.cpp |
|
/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 94 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, in ClassifyExprValueKind() argument 110 const LangOptions &Lang = Ctx.getLangOpts(); in ClassifyInternal() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.h | 61 getCommandLineArgsForLanguage(TestLanguage Lang) const { in getCommandLineArgsForLanguage() 184 template <class DeclT> DeclT *Import(DeclT *From, TestLanguage Lang) { in Import() 346 TestLanguage Lang; member
|
/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 95 auto Lang = in guessType() local 104 static types::ID foldType(types::ID Lang) { in foldType() 512 auto Lang = guessType(Filename, &TypeCertain); in getCompileCommands() local
|
/llvm-project/clang/lib/Basic/ |
H A D | LangStandards.cpp | 92 getDefaultLanguageStandard(clang::Language Lang,const llvm::Triple & T) getDefaultLanguageStandard() argument
|
H A D | LangOptions.cpp | 89 void LangOptions::setLangDefaults(LangOptions &Opts, Language Lang, in setLangDefaults() argument
|
/llvm-project/clang-tools-extra/pseudo/benchmarks/ |
H A D | Benchmark.cpp |
|
/llvm-project/llvm/lib/MC/ |
H A D | MCXCOFFStreamer.cpp | 108 emitXCOFFExceptDirective(const MCSymbol * Symbol,const MCSymbol * Trap,unsigned Lang,unsigned Reason,unsigned FunctionSize,bool hasDebug) emitXCOFFExceptDirective() argument
|
/llvm-project/clang-tools-extra/pseudo/tool/ |
H A D | ClangPseudo.cpp |
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 192 static std::string formatSourceLanguage(SourceLanguage Lang) { in formatSourceLanguage() 550 SourceLanguage Lang = static_cast<SourceLanguage>( in visitKnownRecord() local 571 SourceLanguage Lang = static_cast<SourceLanguage>( in visitKnownRecord() local
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 121 static StringRef getFileExtension(clang::Language Lang) { in getFileExtension() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | StdLib.cpp | 35 enum Lang { C, CXX }; enum [all...] |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MakeSmartPtrCheck.cpp | 26 const LangOptions &Lang) { in getNewExprName()
|