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

1234

/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp26 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-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.h68 std::shared_ptr<LangOptions> LangOpts; member in class:clang::CompilerInvocationBase
H A DVerifyDiagnosticConsumer.h263 const LangOptions *LangOpts = nullptr; member in class:clang::VerifyDiagnosticConsumer
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp34 getRangeForEdit(const CharSourceRange &EditRange, const SourceManager &SM, const LangOptions &LangOpts) argument
H A DRangeSelector.cpp65 findPreviousTokenStart(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts) argument
80 findPreviousTokenKind(SourceLocation Start, const SourceManager &SM, const LangOptions &LangOpts, tok::TokenKind TK) argument
100 findOpenParen(const CallExpr &E, const SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp67 printCheckerConfigList(raw_ostream &OS, ArrayRef<std::string> plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp48 const LangOptions &LangOpts = PP.getLangOpts(); local
/freebsd-11-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
H A DCommit.h53 const LangOptions &LangOpts; member in class:clang::edit::Commit
64 Commit(const SourceManager &SM, const LangOptions &LangOpts, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h87 const LangOptions &LangOpts; member in class:clang::CodeGen::CoverageMappingGen
91 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, const LangOptions &LangOpts) argument
95 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, const LangOptions &LangOpts, llvm::DenseMap<const Stmt *, unsigned> *CounterMap) argument
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp20 LangOptions LangOpts; local
[all...]
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h58 const LangOptions &LangOpts; member in class:clang::syntax::Arena
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp110 const LangOptions &LangOpts = BRC.getASTContext().getLangOpts(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h34 const LangOptions *LangOpts = nullptr; member in class:clang::Rewriter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h35 const LangOptions &LangOpts; member in class:clang::ento::AnalysisManager

Completed in 225 milliseconds

1234