Home
last modified time | relevance | path

Searched defs:Lang (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/clang/lib/Testing/
H A DCommandLineArgs.cpp15 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 DCXXTest.cpp
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
H A DToken.cpp
/llvm-project/clang-tools-extra/pseudo/lib/cli/
H A DCLI.cpp
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp114 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 DSymbolGraphSerializer.cpp194 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 DPDBSymbolCompiland.cpp91 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; getSourceFileFullPath() local
[all...]
H A DPDBExtras.cpp214 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<()
/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h33 enum class Lang { C = 0, CXX, LastValue = CXX }; global() enum
[all...]
/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp48 O << Lang; in printModuleDebugInfo() local
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp331 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 DFuzzer.cpp
/llvm-project/clang/lib/AST/
H A DExprClassification.cpp94 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 DASTImporterFixtures.h61 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 DInterpolatingCompilationDatabase.cpp95 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 DLangStandards.cpp92 getDefaultLanguageStandard(clang::Language Lang,const llvm::Triple & T) getDefaultLanguageStandard() argument
H A DLangOptions.cpp89 void LangOptions::setLangDefaults(LangOptions &Opts, Language Lang, in setLangDefaults() argument
/llvm-project/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp
/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp108 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 DClangPseudo.cpp
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp192 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 DFrontend.cpp121 static StringRef getFileExtension(clang::Language Lang) { in getFileExtension() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DStdLib.cpp35 enum Lang { C, CXX }; enum
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp26 const LangOptions &Lang) { in getNewExprName()

123