Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DCommandLineArgs.cpp15 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { in getCommandLineArgsForTesting() argument
52 getCC1ArgsForTesting(TestLanguage Lang) getCC1ArgsForTesting() argument
88 getFilenameForTesting(TestLanguage Lang) getFilenameForTesting() argument
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp188 getLanguageName(Language Lang) getLanguageName() argument
221 serializeIdentifier(const APIRecord & Record,Language Lang) serializeIdentifier() argument
345 serializeSymbolKind(APIRecord::RecordKind RK,Language Lang) serializeSymbolKind() argument
512 serializeSymbolKind(const APIRecord & Record,Language Lang) serializeSymbolKind() argument
692 serializeParentContext(const PathComponent & PC,Language Lang) serializeParentContext() argument
702 generateParentContexts(const RecordTy & Record,const APISet & API,Language Lang) generateParentContexts() argument
1269 Language Lang = API.getLanguage(); serializeSingleSymbolSGF() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp331 const LangOptions &Lang, const llvm::Triple &triple, in AddDefaultIncludePaths()
476 void InitHeaderSearch::Realize(const LangOptions &Lang) { in Realize()
545 const LangOptions &Lang, in ApplyHeaderSearchOptions()
H A DPPDirectives.cpp180 const LangOptions &Lang = PP.getLangOpts(); shouldWarnOnMacroDef() local
192 const LangOptions &Lang = PP.getLangOpts(); shouldWarnOnMacroUndef() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp91 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() local
H A DPDBExtras.cpp213 operator <<(raw_ostream & OS,const PDB_Lang & Lang) operator <<() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DStandardLibrary.h33 enum class Lang { C = 0, CXX, LastValue = CXX }; enum
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp48 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in printModuleDebugInfo() local
/freebsd-src/contrib/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...]
H A DJSONNodeDumper.cpp1035 StringRef Lang; VisitLinkageSpecDecl() local
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp80 getDefaultLanguageStandard(clang::Language Lang,const llvm::Triple & T) getDefaultLanguageStandard() argument
H A DLangOptions.cpp89 void LangOptions::setLangDefaults(LangOptions &Opts, Language Lang, in setLangDefaults() argument
/freebsd-src/contrib/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
H A DXCOFFObjectWriter.cpp232 unsigned Lang; global() member
H A DMCStreamer.cpp1201 emitXCOFFExceptDirective(const MCSymbol * Symbol,const MCSymbol * Trap,unsigned Lang,unsigned Reason,unsigned FunctionSize,bool hasDebug) emitXCOFFExceptDirective() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp192 static std::string formatSourceLanguage(SourceLanguage Lang) { in formatSourceLanguage() argument
546 SourceLanguage Lang = static_cast<SourceLanguage>( visitKnownRecord() local
567 SourceLanguage Lang = static_cast<SourceLanguage>( visitKnownRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp380 LanguageVersion(dwarf::SourceLanguage Lang) LanguageVersion() argument
391 LanguageVendor(dwarf::SourceLanguage Lang) LanguageVendor() argument
403 LanguageLowerBound(dwarf::SourceLanguage Lang) LanguageLowerBound() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h147 SymbolLanguage Lang; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h118 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h73 Lang, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h183 : Lang(L), Fmt(F), Preprocessed(PP), HeaderUnit(HU), IsHeader(HD) {} Lang() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp977 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h768 void setLanguage(SourceLanguage Lang) { in setLanguage()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2682 Language Lang; getInputKind() local

12