Home
last modified time | relevance | path

Searched defs:Syntax (Results 1 – 7 of 7) 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.cpp22 static int hasAttributeImpl(AttributeCommonInfo::Syntax Syntax, StringRef Name, in hasAttributeImpl()
31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute()
159 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex() local
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h28 enum Syntax { enum
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1915 AttributeCommonInfo::Syntax Syntax = in ExpandBuiltinMacro() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3139 unsigned Syntax = Record.readInt(); in readAttr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4600 AttributeCommonInfo::Syntax Syntax, AttributeCompletion Completion, in CodeCompleteAttribute()