/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 109 const LangOptions &LangOpts) { in getExpansionForSplitToken() 130 const LangOptions &LangOpts) { in getRangeForSplitTokens() 154 const LangOptions &LangOpts, in getRange() 176 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRangeForEdit() 187 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRange() 217 const LangOptions &LangOpts) { in getEntityEndLoc() 362 const LangOptions &LangOpts) { in skipWhitespaceAndNewline() 377 const LangOptions &LangOpts) { in atOrBeforeSeparation() 415 const LangOptions &LangOpts = Context.getLangOpts(); in getAssociatedRange() local
|
H A D | RangeSelector.cpp | 66 const LangOptions &LangOpts) { in findPreviousTokenStart() 81 const LangOptions &LangOpts, in findPreviousTokenKind() 302 const LangOptions &LangOpts) { in findArgStartDelimiter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 138 const LangOptions &LangOpts) { in NormalizeLine() 189 const LangOptions &LangOpts) { in getIssueString() 204 const LangOptions &LangOpts) { in getIssueHash()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 326 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow() 421 const LangOptions &LangOpts, bool *Invalid) { in getSpelling() 454 const LangOptions &LangOpts, bool *Invalid) { in getSpelling() 501 const LangOptions &LangOpts) { in MeasureTokenLength() 512 const LangOptions &LangOpts, in getRawToken() 563 const LangOptions &LangOpts) { in getBeginningOfFileToken() 611 const LangOptions &LangOpts) { in GetBeginningOfToken() 638 const LangOptions &LangOpts, in ComputePreamble() 793 const LangOptions &LangOpts) { in getTokenPrefixLength() 852 const LangOptions &LangOpts) { in getLocForEndOfToken() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 189 static void DefineFmt(const LangOptions &LangOpts, const Twine &Prefix, in DefineFmt() 232 static void DefineExactWidthIntType(const LangOptions &LangOpts, in DefineExactWidthIntType() 275 static void DefineLeastWidthIntType(const LangOptions &LangOpts, in DefineLeastWidthIntType() 294 static void DefineFastIntType(const LangOptions &LangOpts, unsigned TypeWidth, in DefineFastIntType() 331 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, in AddObjCXXARCLibstdcxxDefines() 387 const LangOptions &LangOpts, in InitializeStandardPredefinedMacros() 648 static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, in InitializeCPlusPlusFeatureTestMacros() 852 const LangOptions &LangOpts, in InitializePredefinedMacros() 1531 const LangOptions &LangOpts = PP.getLangOpts(); in InitializePreprocessor() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 23 const LangOptions &LangOpts) { in isSemicolonAtLocation() 75 const LangOptions &LangOpts) { in compute()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 160 const LangOptions &LangOpts; variable 166 const LangOptions &LangOpts) in CoverageMappingGen() 171 const LangOptions &LangOpts, in CoverageMappingGen()
|
H A D | BackendUtil.cpp | 139 const LangOptions &LangOpts; member in __anon3496e3440111::EmitAssemblyHelper 328 const LangOptions &LangOpts, in initTargetOptions() 496 getGCOVOptions(const CodeGenOptions &CodeGenOpts, const LangOptions &LangOpts) { in getGCOVOptions() 515 const LangOptions &LangOpts) { in getInstrProfOptions() 637 static void addKCFIPass(const Triple &TargetTriple, const LangOptions &LangOpts, in addKCFIPass() 664 const LangOptions &LangOpts, PassBuilder &PB) { in addSanitizers()
|
H A D | BackendConsumer.h | 36 const LangOptions &LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() 136 static KeywordStatus getKeywordStatusHelper(const LangOptions &LangOpts, in getKeywordStatusHelper() 223 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() 254 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 295 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 332 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus() 841 const LangOptions &LangOpts) { in getFutureCompatDiagKind()
|
H A D | Attributes.cpp | 24 const LangOptions &LangOpts) { in hasAttributeImpl() 33 const TargetInfo &Target, const LangOptions &LangOpts) { in hasAttribute()
|
H A D | Builtins.cpp | 77 const LangOptions &LangOpts) { in builtinIsSupported() 132 const LangOptions& LangOpts) { in initializeBuiltins()
|
H A D | Module.cpp | 100 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() 131 bool Module::isUnimportable(const LangOptions &LangOpts, in isUnimportable() 176 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable() 320 const LangOptions &LangOpts, in addRequirement()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 23 const LangOptions &LangOpts) in ODRDiagsEmitter() 198 const LangOptions &LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 29 LangOptions LangOpts; member in clang::__anon7849d00f0111::StoreDiagnostics 35 void BeginSourceFile(const LangOptions &LangOpts, in BeginSourceFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 33 RecursiveSymbolVisitor(const SourceManager &SM, const LangOptions &LangOpts) in RecursiveSymbolVisitor() 139 const LangOptions &LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteTest.cpp | 20 const LangOptions &LangOpts = PP.getLangOpts(); in DoRewriteTest() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | MacroExpansionContext.h | 120 const LangOptions &LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 314 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()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CreateCheckerManager.cpp | 35 const LangOptions &LangOpts, in CheckerManager()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | DiagnosticRenderer.h | 144 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.h | 95 LangOptions LangOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 27 const LangOptions &LangOpts) { in TokenRewriter()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 651 LangOptions LangOpts; in DiagTemplateArg() local 671 LangOptions LangOpts; in DiagTemplateArg() local 682 LangOptions LangOpts; in DiagTemplateArg() local
|