Searched defs:LangOpts (Results 1 - 25 of 97) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp20 const LangOptions &LangOpts = PP.getLangOpts(); local
H A DFixItRewriter.cpp37 FixItRewriter(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const LangOptions &LangOpts, FixItOptions *FixItOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp26 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp34 CheckerManager(AnalyzerOptions &AOptions, const LangOptions &LangOpts, DiagnosticsEngine &Diags, ArrayRef<std::string> plugins) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp21 isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM, const LangOptions &LangOpts) argument
72 compute(const Stmt *S, SourceRange &ExtractedRange, const SourceManager &SM, const LangOptions &LangOpts) argument
H A DExtract.cpp110 const LangOptions &LangOpts = AST.getLangOpts(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h49 const LangOptions &LangOpts; member in class:clang::DiagnosticRenderer
144 DiagnosticNoteRenderer(const LangOptions &LangOpts, argument
H A DLogDiagnosticPrinter.h53 const LangOptions *LangOpts; member in class:clang::LogDiagnosticPrinter
H A DCompilerInvocation.h67 std::shared_ptr<LangOptions> LangOpts; member in class:clang::CompilerInvocationBase
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp34 writeARCDiagsToPlist(const std::string &outPath, ArrayRef<StoredDiagnostic> diags, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h97 const LangOptions &LangOpts; member in class:clang::CodeGen::CoverageMappingGen
101 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, const LangOptions &LangOpts) argument
105 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, const LangOptions &LangOpts, llvm::DenseMap<const Stmt *, unsigned> *CounterMap) argument
H A DObjectFilePCHContainerOperations.cpp52 const LangOptions LangOpts; member in class:__anon1828::PCHContainerGenerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp48 const LangOptions &LangOpts = PP.getLangOpts(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp21 LangOptions LangOpts; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp63 findPreviousTokenStart(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts) argument
78 findPreviousTokenKind(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts, tok::TokenKind TK) argument
98 findOpenParen(const CallExpr &E, const SourceManager &SM, const LangOptions &LangOpts) argument
H A DSourceCode.cpp322 const LangOptions &LangOpts = Context.getLangOpts(); local
82 getRangeForEdit(const CharSourceRange &EditRange, const SourceManager &SM, const LangOptions &LangOpts) argument
122 getEntityEndLoc(const SourceManager &SM, SourceLocation EntityLast, const std::set<tok::TokenKind> &Terminators, const LangOptions &LangOpts) argument
267 skipWhitespaceAndNewline(const SourceManager &SM, SourceLocation Loc, const LangOptions &LangOpts) argument
283 atOrBeforeSeparation(const SourceManager &SM, SourceLocation Loc, const LangOptions &LangOpts) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h37 const LangOptions &LangOpts; member in class:clang::edit::EditedSource
73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h33 RecursiveSymbolVisitor(const SourceManager &SM, const LangOptions &LangOpts) argument
127 const LangOptions &LangOpts; member in class:clang::tooling::RecursiveSymbolVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp8 hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, const IdentifierInfo *Attr, const TargetInfo &Target, const LangOptions &LangOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp167 getMatchRules( const LangOptions &LangOpts, SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp110 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp134 NormalizeLine(const SourceManager &SM, FullSourceLoc &L, const LangOptions &LangOpts) argument
182 GetIssueString(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
196 GetIssueHash(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h34 const LangOptions *LangOpts = nullptr; member in class:clang::Rewriter
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h37 const LangOptions &LangOpts; member in class:clang::ento::AnalysisManager
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h58 const LangOptions &LangOpts; member in class:clang::syntax::Arena

Completed in 403 milliseconds

1234