Home
last modified time | relevance | path

Searched defs:Syntax (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUInstructionSyntax.rst13 Syntax section in Instructions
26 .. _amdgpu_syn_instruction_mnemo:
165 Syntax section in Operands
175 Syntax section in Modifiers
H A Dyaml2obj.rst53 .. _Kwalify: http://www.kuwata-lab.com/kwalify/ruby/users-guide.html
H A DLangRef.rst15713 Syntax subsubsection
15761 Syntax subsubsection
15808 Syntax subsubsection
15856 Syntax subsubsection
15903 Syntax subsubsection
15956 Syntax subsubsection
16059 Syntax subsubsection
16119 Syntax subsubsection
16178 Syntax subsubsection
16248 Syntax subsubsection
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase()
134 JSONCommandLineSyntax Syntax; variable
/llvm-project-15.0.7/clang/lib/Basic/
H A DAttributes.cpp8 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute()
126 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp135 std::vector<std::string> unescapeCommandLine(JSONCommandLineSyntax Syntax, in unescapeCommandLine()
195 JSONCommandLineSyntax Syntax) { in loadFromFile()
215 JSONCommandLineSyntax Syntax) { in loadFromBuffer()
298 nodeToCommandLine(JSONCommandLineSyntax Syntax, in nodeToCommandLine()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A Dindex.rst181 Syntax chapter
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp338 ParsedAttr::Syntax Syntax) { in ParseAttributeWithTypeArg()
364 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon()
504 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax, Declarator *D) { in ParseGNUAttributeArgs()
559 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs()
1094 ParsedAttr::Syntax Syntax) { in ParseAvailabilityAttribute()
1326 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseExternalSourceSymbolAttribute()
1437 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseObjCBridgeRelatedAttribute()
1506 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseSwiftNewTypeAttribute()
1550 ParsedAttr::Syntax Syntax) { in ParseTypeTagForDatatypeAttribute()
H A DParseDeclCXX.cpp4269 ParsedAttr::Syntax Syntax = in ParseCXX11AttributeArgs() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h25 enum Syntax { enum
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp57 JSONCommandLineSyntax Syntax) { in getAllFiles()
69 getAllCompileCommands(JSONCommandLineSyntax Syntax, StringRef JSONDatabase, in getAllCompileCommands()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1774 AttributeCommonInfo::Syntax Syntax = in ExpandBuiltinMacro() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h69 AttributeCommonInfo::Syntax Syntax; member
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2913 unsigned Syntax = Record.readInt(); in readAttr() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4473 void Sema::CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax, in CodeCompleteAttribute()