Home
last modified time | relevance | path

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

1234

/external/clang/lib/CodeGen/
DCoverageMappingGen.h90 const LangOptions &LangOpts; variable
95 const LangOptions &LangOpts) in CoverageMappingGen()
99 const LangOptions &LangOpts, in CoverageMappingGen()
DBackendUtil.cpp59 const LangOptions &LangOpts; member in __anon33a349e50111::EmitAssemblyHelper
150 const LangOptions &LangOpts) in PassManagerBuilderWrapper()
156 const LangOptions &LangOpts; member in __anon33a349e50111::PassManagerBuilderWrapper
263 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); in addDataFlowSanitizerPass() local
271 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); in addEfficiencySanitizerPass() local
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp32 const LangOptions &LangOpts; member in __anon4d0e3f540111::PlistDiagnostics
87 const LangOptions &LangOpts, in ReportControlFlow()
140 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()
DIssueHash.cpp130 const LangOptions &LangOpts) { in NormalizeLine()
181 const LangOptions &LangOpts) { in GetIssueString()
195 const LangOptions &LangOpts) { in GetIssueHash()
/external/clang/lib/Lex/
DLexer.cpp232 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
327 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
360 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
408 const LangOptions &LangOpts) { in MeasureTokenLength()
419 const LangOptions &LangOpts, in getRawToken()
451 const LangOptions &LangOpts) { in getBeginningOfFileToken()
511 const LangOptions &LangOpts) { in GetBeginningOfToken()
538 const LangOptions &LangOpts, in ComputePreamble()
703 const LangOptions &LangOpts) { in AdvanceToTokenCharacter()
763 const LangOptions &LangOpts) { in getLocForEndOfToken()
[all …]
DTokenConcatenation.cpp49 const LangOptions &LangOpts = PP.getLangOpts(); in IsIdentifierStringPrefix() local
/external/clang/include/clang/Lex/
DLexer.h54 LangOptions LangOpts; // LangOpts enabled by this language (cache). variable
332 const LangOptions &LangOpts) { in getAsCharRange()
340 const LangOptions &LangOpts) { in getAsCharRange()
469 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
/external/clang/lib/Basic/
DAttributes.cpp8 const LangOptions &LangOpts) { in hasAttribute()
DIdentifierTable.cpp75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable()
131 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus()
162 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
202 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
233 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus()
245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword()
DBuiltins.cpp61 const LangOptions &LangOpts) { in builtinIsSupported()
82 const LangOptions& LangOpts) { in initializeBuiltins()
DModule.cpp60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
80 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable()
186 const LangOptions &LangOpts, in addRequirement()
/external/clang/lib/Frontend/Rewrite/
DRewriteTest.cpp21 const LangOptions &LangOpts = PP.getLangOpts(); in DoRewriteTest() local
/external/clang/test/Modules/
Dpr27401.cpp32 CommentOptions LangOpts; member
/external/clang/tools/libclang/
DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp306 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, in AddObjCXXARCLibstdcxxDefines()
362 const LangOptions &LangOpts, in InitializeStandardPredefinedMacros()
453 static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, in InitializeCPlusPlusFeatureTestMacros()
504 const LangOptions &LangOpts, in InitializePredefinedMacros()
978 const LangOptions &LangOpts = PP.getLangOpts(); in InitializePreprocessor() local
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h157 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
DLogDiagnosticPrinter.h54 const LangOptions *LangOpts; variable
/external/clang/lib/Edit/
DEditedSource.cpp296 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { in canBeJoined()
306 const LangOptions &LangOpts) { in canRemoveWhitespace()
319 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, in adjustRemoval()
366 const SourceManager &SM, const LangOptions &LangOpts) { in applyRewrite()
/external/clang/lib/Rewrite/
DTokenRewriter.cpp22 const LangOptions &LangOpts) { in TokenRewriter()
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp38 const LangOptions &LangOpts) { in writeARCDiagsToPlist()
/external/clang/include/clang/Edit/
DEditedSource.h31 const LangOptions &LangOpts; variable
/external/clang/unittests/AST/
DASTVectorTest.cpp39 LangOptions LangOpts; member in clang::ast::__anonf55eb4690111::ASTVectorTest
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h37 const LangOptions &LangOpts; variable
/external/clang/lib/AST/
DTemplateBase.cpp507 LangOptions LangOpts; in operator <<() local
518 LangOptions LangOpts; in operator <<() local
/external/clang/include/clang/Tooling/Core/
DReplacement.h245 const LangOptions &LangOpts) { in Replacement()

1234