Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase()
134 JSONCommandLineSyntax Syntax; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp44 static int hasAttributeImpl(AttributeCommonInfo::Syntax Syntax, StringRef Name, in hasAttributeImpl()
51 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, StringRef ScopeName, in hasAttribute()
82 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute()
90 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute()
240 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp130 std::vector<std::string> unescapeCommandLine(JSONCommandLineSyntax Syntax, in unescapeCommandLine()
190 JSONCommandLineSyntax Syntax) { in loadFromFile()
210 JSONCommandLineSyntax Syntax) { in loadFromBuffer()
292 nodeToCommandLine(JSONCommandLineSyntax Syntax, in nodeToCommandLine()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h69 AttributeCommonInfo::Syntax Syntax; member
H A DAttributeCommonInfo.h32 enum Syntax { enum
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp283 ParsedAttr::Syntax Syntax, in attributeHasIdentifierArg()
295 ParsedAttr::Syntax Syntax, in attributeStringLiteralListArg()
306 ParsedAttr::Syntax Syntax, in attributeHasVariadicIdentifierArg()
317 ParsedAttr::Syntax Syntax, in attributeTreatsKeywordThisAsIdentifier()
328 ParsedAttr::Syntax Syntax, in attributeAcceptsExprPack()
339 ParsedAttr::Syntax Syntax, in attributeIsTypeArgAttr()
350 ParsedAttr::Syntax Syntax, in attributeHasStrictIdentifierArgs()
362 ParsedAttr::Syntax Syntax, in attributeParsedArgsUnevaluated()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1868 AttributeCommonInfo::Syntax Syntax = in ExpandBuiltinMacro() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3187 unsigned Syntax = Record.readInt(); in readAttr() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp79 StringRef Syntax; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4762 AttributeCommonInfo::Syntax Syntax, AttributeCompletion Completion, in CodeCompleteAttribute()