Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp106 const LangOptions &LangOpts, in getRange()
127 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRangeForEdit()
138 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRange()
168 const LangOptions &LangOpts) { in getEntityEndLoc()
313 const LangOptions &LangOpts) { in skipWhitespaceAndNewline()
328 const LangOptions &LangOpts) { in atOrBeforeSeparation()
366 const LangOptions &LangOpts = Context.getLangOpts(); in getAssociatedRange() local
H A DRangeSelector.cpp66 const LangOptions &LangOpts) { in findPreviousTokenStart()
81 const LangOptions &LangOpts, in findPreviousTokenKind()
100 const LangOptions &LangOpts) { in findOpenParen()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h103 const LangOptions &LangOpts; variable
402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter()
432 const LangOptions &LangOpts) { in getAsCharRange()
440 const LangOptions &LangOpts) { in getAsCharRange()
581 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp277 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
372 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
405 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
452 const LangOptions &LangOpts) { in MeasureTokenLength()
463 const LangOptions &LangOpts, in getRawToken()
514 const LangOptions &LangOpts) { in getBeginningOfFileToken()
562 const LangOptions &LangOpts) { in GetBeginningOfToken()
589 const LangOptions &LangOpts, in ComputePreamble()
728 const LangOptions &LangOpts) { in getTokenPrefixLength()
788 const LangOptions &LangOpts) { in getLocForEndOfToken()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DIssueHash.cpp138 const LangOptions &LangOpts) { in NormalizeLine()
189 const LangOptions &LangOpts) { in getIssueString()
204 const LangOptions &LangOpts) { in getIssueHash()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
59 const LangOptions &LangOpts; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h152 const LangOptions &LangOpts; variable
157 const LangOptions &LangOpts) in CoverageMappingGen()
161 const LangOptions &LangOpts, in CoverageMappingGen()
H A DBackendUtil.cpp124 const LangOptions &LangOpts; member in __anonf4fb55db0111::EmitAssemblyHelper
339 const LangOptions &LangOpts, in initTargetOptions()
500 getGCOVOptions(const CodeGenOptions &CodeGenOpts, const LangOptions &LangOpts) { in getGCOVOptions()
518 const LangOptions &LangOpts) { in getInstrProfOptions()
639 static void addKCFIPass(const Triple &TargetTriple, const LangOptions &LangOpts, in addKCFIPass()
666 const LangOptions &LangOpts, PassBuilder &PB) { in addSanitizers()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp23 const LangOptions &LangOpts) { in isSemicolonAtLocation()
75 const LangOptions &LangOpts) { in compute()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp71 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable()
137 static KeywordStatus getKeywordStatusHelper(const LangOptions &LangOpts, in getKeywordStatusHelper()
222 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus()
253 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
284 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords()
318 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus()
854 const LangOptions &LangOpts) { in getFutureCompatDiagKind()
H A DModule.cpp101 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature()
128 bool Module::isUnimportable(const LangOptions &LangOpts, in isUnimportable()
171 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable()
312 const LangOptions &LangOpts, in addRequirement()
H A DBuiltins.cpp77 const LangOptions &LangOpts) { in builtinIsSupported()
129 const LangOptions& LangOpts) { in initializeBuiltins()
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp27 LangOptions LangOpts; member in clang::__anond8c68f260111::StoreDiagnostics
33 void BeginSourceFile(const LangOptions &LangOpts, in BeginSourceFile()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h23 const LangOptions &LangOpts) in ODRDiagsEmitter()
198 const LangOptions &LangOpts; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp316 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, in AddObjCXXARCLibstdcxxDefines()
372 const LangOptions &LangOpts, in InitializeStandardPredefinedMacros()
594 static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, in InitializeCPlusPlusFeatureTestMacros()
740 const LangOptions &LangOpts, in InitializePredefinedMacros()
1314 const LangOptions &LangOpts = PP.getLangOpts(); in InitializePreprocessor() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h33 RecursiveSymbolVisitor(const SourceManager &SM, const LangOptions &LangOpts) in RecursiveSymbolVisitor()
138 const LangOptions &LangOpts; variable
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp314 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { in canBeJoined()
324 const LangOptions &LangOpts) { in canRemoveWhitespace()
337 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, in adjustRemoval()
384 const SourceManager &SM, const LangOptions &LangOpts, in applyRewrite()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp20 const LangOptions &LangOpts = PP.getLangOpts(); in DoRewriteTest() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DMacroExpansionContext.h120 const LangOptions &LangOpts; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp189 const LangOptions &LangOpts = PP.getLangOpts(); in EmitRanges() local
220 const LangOptions &LangOpts = PP.getLangOpts(); in EmitFixits() local
246 const LangOptions &LangOpts = PP.getLangOpts(); in ReportControlFlow() local
622 const LangOptions &LangOpts = PP.getLangOpts(); in FlushDiagnosticsImpl() local
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h144 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp35 const LangOptions &LangOpts, in CheckerManager()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.h29 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation()
/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DTokenRewriter.cpp27 const LangOptions &LangOpts) { in TokenRewriter()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DPlistReporter.cpp37 const LangOptions &LangOpts) { in writeARCDiagsToPlist()

12345