Home
last modified time | relevance | path

Searched defs:syntax (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/re/re.results/re.results.acc/
H A Dindex.pass.cpp20 test(std::regex_constants::syntax_option_type syntax) in test()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokenBufferTokenManager.cpp12 namespace syntax { namespace
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTrace.h31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() argument
H A DCommandObjectThreadUtil.cpp21 const char *syntax, uint32_t flags) in CommandObjectIterateOverThreads()
30 const char *syntax, uint32_t flags) in CommandObjectMultipleThreads()
H A DCommandObjectRegexCommand.cpp22 llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask, in CommandObjectRegexCommand()
H A DCommandObjectMultiword.cpp22 const char *syntax, in CommandObjectMultiword()
308 const char *syntax, uint32_t flags) in CommandObjectProxy()
H A DCommandObjectTarget.cpp1783 const char *syntax, in CommandObjectTargetModulesModuleAutoComplete()
1822 const char *syntax, uint32_t flags) in CommandObjectTargetModulesSourceFileAutoComplete()
4949 const char *help, const char *syntax) in CommandObjectTargetStopHookEnableDisable()
H A DCommandObjectProcess.cpp47 const char *syntax, uint32_t flags, in CommandObjectProcessLaunchOrAttach()
H A DCommandObjectThread.cpp364 const char *syntax, in CommandObjectThreadStepWithTypeAndScope()
H A DCommandObjectType.cpp2838 StreamString syntax; in CommandObjectFormatterInfo() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp41 const char *syntax = nullptr, in CommandPluginInterfaceImplementation()
563 const char *help, const char *syntax) { in AddCommand()
570 const char *syntax, const char *auto_repeat_command) { in AddCommand()
659 const char *help, const char *syntax) { in AddCommand()
666 const char *help, const char *syntax, in AddCommand()
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md464 ##### Dialects must provide custom type parsers
483 ##### Types do not always have canonical names
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h394 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
411 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp79 llvm::StringRef help, llvm::StringRef syntax, in CommandAlias()
H A DCommandObject.cpp45 llvm::StringRef syntax, uint32_t flags) in CommandObject()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h853 ParsedAttr::Syntax syntax, SourceLocation strict, in create()
864 IdentifierLoc *Param3, ParsedAttr::Syntax syntax) { in create()
878 bool mustBeNull, ParsedAttr::Syntax syntax) { in createTypeTagForDatatype()
1061 ParsedAttr::Syntax syntax, SourceLocation strict, in addNew()
1074 IdentifierLoc *Param3, ParsedAttr::Syntax syntax) { in addNew()
1087 bool mustBeNull, ParsedAttr::Syntax syntax) { in addNewTypeTagForDatatype()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp740 const char *help, const char *syntax) in EnableCommand()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1639 Expr *syntax = E->getSyntacticForm(); in recreateSyntacticForm() local
H A DSemaType.cpp4809 ParsedAttr::Syntax syntax = inferNullabilityCS in GetFullTypeForDeclarator() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4638 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create()
4663 Expr *syntax, ArrayRef<Expr *> semantics, in PseudoObjectExpr()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp835 Fortran::lower::StatementContext &stmtCtx, const A &syntax, in lowerStringLit()