Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase()
134 JSONCommandLineSyntax Syntax; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp135 std::vector<std::string> unescapeCommandLine(JSONCommandLineSyntax Syntax, in unescapeCommandLine()
198 JSONCommandLineSyntax Syntax) { in loadFromFile()
218 JSONCommandLineSyntax Syntax) { in loadFromBuffer()
301 nodeToCommandLine(JSONCommandLineSyntax Syntax, in nodeToCommandLine()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp8 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute()
122 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp332 ParsedAttr::Syntax Syntax) { in ParseAttributeWithTypeArg()
358 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon()
460 ParsedAttr::Syntax Syntax, in ParseGNUAttributeArgs()
516 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs()
1031 ParsedAttr::Syntax Syntax) { in ParseAvailabilityAttribute()
1263 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseExternalSourceSymbolAttribute()
1377 ParsedAttr::Syntax Syntax) { in ParseObjCBridgeRelatedAttribute()
1450 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseSwiftNewTypeAttribute()
1495 ParsedAttr::Syntax Syntax) { in ParseTypeTagForDatatypeAttribute()
H A DParseDeclCXX.cpp4255 ParsedAttr::Syntax Syntax = in ParseCXX11AttributeArgs() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h25 enum Syntax { enum
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1721 AttrSyntax Syntax = IsCXX ? AttrSyntax::CXX : AttrSyntax::C; in ExpandBuiltinMacro() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h66 AttributeCommonInfo::Syntax Syntax; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2805 unsigned Syntax = Record.readInt(); in readAttr() local