Searched defs:LangOpts (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h319 const LangOptions &LangOpts; member in class:clang::ento::CheckerRegistry
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h359 Replacement(const SourceManager &Sources, const Node &NodeToReplace, StringRef ReplacementText, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp20 getLexicalDeclRange(Decl *D, const SourceManager &SM, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp314 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { argument
337 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, argument
323 canRemoveWhitespace(char left, char beforeWSpace, char right, const LangOptions &LangOpts) argument
[all...]
H A DRewriteObjCFoundationAPI.cpp25 checkForLiteralCreation(const ObjCMessageExpr *Msg, IdentifierInfo *&ClassId, const LangOptions &LangOpts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp541 LangOptions LangOpts; local
552 LangOptions LangOpts; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp52 const LangOptions LangOpts; member in class:__anon454::PCHContainerGenerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp151 getMatchRules( const LangOptions &LangOpts, SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp35 syntax::Arena::Arena(SourceManager &SourceMgr, const LangOptions &LangOpts, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h94 LangOptions LangOpts; member in class:clang::Lexer
363 AdvanceToTokenCharacter(SourceLocation TokStart, unsigned Characters, const SourceManager &SM, const LangOptions &LangOpts) argument
394 getAsCharRange(SourceRange Range, const SourceManager &SM, const LangOptions &LangOpts) argument
402 getAsCharRange(CharSourceRange Range, const SourceManager &SM, const LangOptions &LangOpts) argument
543 getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, const LangOptions &LangOpts) argument
[all...]
H A DModuleMap.h78 const LangOptions &LangOpts; member in class:clang::ModuleMap
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp58 builtinIsSupported(const Builtin::Info &BuiltinInfo, const LangOptions &LangOpts) argument
89 initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts) argument
[all...]
H A DModule.cpp106 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, argument
135 isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, Requirement &Req, UnresolvedHeaderDirective &MissingHeader, Module *&ShadowingModule) const argument
276 addRequirement(StringRef Feature, bool RequiredState, const LangOptions &LangOpts, const TargetInfo &Target) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp539 const LangOptions &LangOpts = pass.Ctx.getLangOpts(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp33 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, argument
59 mergeFixits(ArrayRef<FixItHint> FixItHints, const SourceManager &SM, const LangOptions &LangOpts, SmallVectorImpl<FixItHint> &MergedFixits) argument
H A DInitHeaderSearch.cpp372 AddDefaultCPlusPlusIncludePaths( const LangOptions &LangOpts, const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) argument
H A DFrontendAction.cpp293 addHeaderInclude(StringRef HeaderName, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts, bool IsExternC) argument
318 collectModuleHeaderIncludes( const LangOptions &LangOpts, FileManager &FileMgr, DiagnosticsEngine &Diag, ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) argument
H A DFrontendActions.cpp891 const LangOptions &LangOpts = PP.getLangOpts(); local
H A DInitPreprocessor.cpp288 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, argument
343 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
478 InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, MacroBuilder &Builder) argument
581 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
1131 const LangOptions &LangOpts = PP.getLangOpts(); local
[all...]
H A DSerializedDiagnosticPrinter.cpp60 SDiagsRenderer(SDiagsWriter &Writer, const LangOptions &LangOpts, argument
231 const LangOptions *LangOpts; member in class:__anon528::SDiagsWriter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h44 inline bool DeclAttrsMatchCUDAMode(const LangOptions &LangOpts, Decl *D) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp798 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h125 const LangOptions LangOpts; member in class:clang::ento::CheckerManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp111 CheckerRegistry( ArrayRef<std::string> Plugins, DiagnosticsEngine &Diags, AnalyzerOptions &AnOpts, const LangOptions &LangOpts, ArrayRef<std::function<void(CheckerRegistry &)>> CheckerRegistrationFns) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp201 const LangOptions &LangOpts = PP.getLangOpts(); local
232 const LangOptions &LangOpts = PP.getLangOpts(); local
258 const LangOptions &LangOpts = PP.getLangOpts(); local
606 const LangOptions &LangOpts = PP.getLangOpts(); local
1055 const LangOptions &LangOpts local
[all...]

Completed in 311 milliseconds

1234