Home
last modified time | relevance | path

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

/llvm-project/llvm/docs/
H A DAMDGPUInstructionSyntax.rst13 Syntax section in Instructions
16 Syntax of Regular Instructions argument
30 Syntax of VOPD Instructions argument
192 Syntax section in Operands
202 Syntax section in Modifiers
H A Dyaml2obj.rst108 .. _Kwalify: http://www.kuwata-lab.com/kwalify/ruby/users-guide.html
H A DLangRef.rst64 Syntax chapter
17421 Syntax global() subsubsection
17471 Syntax global() subsubsection
17520 Syntax global() subsubsection
17570 Syntax global() subsubsection
17617 Syntax global() subsubsection
17670 Syntax global() subsubsection
17773 Syntax global() subsubsection
17833 Syntax global() subsubsection
17892 Syntax global() subsubsection
17962 Syntax global() subsubsection
18029 Syntax global() subsubsection
18089 Syntax global() subsubsection
18149 Syntax global() subsubsection
18216 Syntax global() subsubsection
[all...]
/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase()
134 JSONCommandLineSyntax Syntax; variable
/llvm-project/clang/lib/Basic/
H A DAttributes.cpp22 hasAttributeImpl(AttributeCommonInfo::Syntax Syntax,StringRef Name,StringRef ScopeName,const TargetInfo & Target,const LangOptions & LangOpts) hasAttributeImpl() argument
31 hasAttribute(AttributeCommonInfo::Syntax Syntax,const IdentifierInfo * Scope,const IdentifierInfo * Attr,const TargetInfo & Target,const LangOptions & LangOpts) hasAttribute() argument
159 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); calculateAttributeSpellingListIndex() local
[all...]
/llvm-project/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()
297 nodeToCommandLine(JSONCommandLineSyntax Syntax, in nodeToCommandLine()
/llvm-project/llvm/docs/TableGen/
H A Dindex.rst181 Syntax chapter
/llvm-project/llvm/docs/GlobalISel/
H A DMIRPatterns.rst30 Syntax section in User's Guide
/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h67 AttributeCommonInfo::Syntax Syntax; global() member
H A DAttributeCommonInfo.h28 enum Syntax { enum
[all...]
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp57 JSONCommandLineSyntax Syntax) { in getAllFiles()
71 getAllCompileCommands(JSONCommandLineSyntax Syntax, StringRef JSONDatabase, in getAllCompileCommands()
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1901 AttributeCommonInfo::Syntax Syntax = ExpandBuiltinMacro() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3164 unsigned Syntax = Record.readInt(); readAttr() local
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4600 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument