Home
last modified time | relevance | path

Searched defs:LangOpts (Results 1 – 25 of 78) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h88 const LangOptions &LangOpts; variable
93 const LangOptions &LangOpts) in CoverageMappingGen()
97 const LangOptions &LangOpts, in CoverageMappingGen()
H A DBackendUtil.cpp53 const LangOptions &LangOpts; member in __anonfbf255770111::EmitAssemblyHelper
139 const LangOptions &LangOpts) in PassManagerBuilderWrapper()
145 const LangOptions &LangOpts; member in __anonfbf255770111::PassManagerBuilderWrapper
226 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); in addDataFlowSanitizerPass() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp32 const LangOptions &LangOpts; member in __anon595421260111::PlistDiagnostics
87 const LangOptions &LangOpts, in ReportControlFlow()
139 const LangOptions &LangOpts, in ReportEvent()
208 const LangOptions &LangOpts, in ReportCall()
243 const LangOptions &LangOpts, in ReportMacro()
255 const LangOptions &LangOpts) { in ReportDiag()
262 const LangOptions &LangOpts, in ReportPiece()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp8 const LangOptions &LangOpts) { in hasAttribute()
H A DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable()
125 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus()
153 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
187 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
215 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus()
227 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword()
H A DBuiltins.cpp50 const LangOptions &LangOpts) { in BuiltinIsSupported()
70 const LangOptions& LangOpts) { in InitializeBuiltins()
H A DModule.cpp59 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
73 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable()
157 const LangOptions &LangOpts, in addRequirement()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp238 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
333 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
366 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
414 const LangOptions &LangOpts) { in MeasureTokenLength()
425 const LangOptions &LangOpts, in getRawToken()
457 const LangOptions &LangOpts) { in getBeginningOfFileToken()
517 const LangOptions &LangOpts) { in GetBeginningOfToken()
544 const LangOptions &LangOpts, in ComputePreamble()
709 const LangOptions &LangOpts) { in AdvanceToTokenCharacter()
767 const LangOptions &LangOpts) { in getLocForEndOfToken()
[all …]
H A DTokenConcatenation.cpp49 const LangOptions &LangOpts = PP.getLangOpts(); in IsIdentifierStringPrefix() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp21 const LangOptions &LangOpts = PP.getLangOpts(); in DoRewriteTest() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation()
H A DCIndexDiagnostic.h113 const LangOptions &LangOpts; member
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h155 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
H A DLogDiagnosticPrinter.h54 const LangOptions *LangOpts; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp302 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, in AddObjCXXARCLibstdcxxDefines()
354 const LangOptions &LangOpts, in InitializeStandardPredefinedMacros()
410 static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, in InitializeCPlusPlusFeatureTestMacros()
457 const LangOptions &LangOpts, in InitializePredefinedMacros()
890 const LangOptions &LangOpts = PP.getLangOpts(); in InitializePreprocessor() local
H A DDiagnosticRenderer.cpp44 const LangOptions &LangOpts) { in getImmediateMacroName()
68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, in DiagnosticRenderer()
93 const SourceManager &SM, const LangOptions &LangOpts, in mergeFixits()
/minix3/external/bsd/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp244 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { in canBeJoined()
254 const LangOptions &LangOpts) { in canRemoveWhitespace()
267 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, in adjustRemoval()
312 const SourceManager &SM, const LangOptions &LangOpts) { in applyRewrite()
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp22 const LangOptions &LangOpts) { in TokenRewriter()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h54 LangOptions LangOpts; // LangOpts enabled by this language (cache). variable
429 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp38 const LangOptions &LangOpts) { in writeARCDiagsToPlist()
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h29 const LangOptions &LangOpts; variable
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTVectorTest.cpp39 LangOptions LangOpts; member in clang::ast::__anon1e8d38fb0111::ASTVectorTest
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h37 const LangOptions &LangOpts; variable
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp113 const clang::LangOptions& LangOpts, in FixItRewriter()
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp49 LangOptions LangOpts; member in __anon9dc4e5930111::PPConditionalDirectiveRecordTest

1234