Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h98 JSONCommandLineSyntax Syntax) in JSONCompilationDatabase()
134 JSONCommandLineSyntax Syntax; variable
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp22 static int hasAttributeImpl(AttributeCommonInfo::Syntax Syntax, StringRef Name, in hasAttributeImpl() argument
31 int clang::hasAttribute(AttributeCommonInfo::Syntax Syntax, in hasAttribute() argument
155 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); calculateAttributeSpellingListIndex() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp135 std::vector<std::string> unescapeCommandLine(JSONCommandLineSyntax Syntax, in unescapeCommandLine() argument
195 JSONCommandLineSyntax Syntax) { in loadFromFile() argument
215 JSONCommandLineSyntax Syntax) { in loadFromBuffer() argument
298 nodeToCommandLine(JSONCommandLineSyntax Syntax,const std::vector<llvm::yaml::ScalarNode * > & Nodes) nodeToCommandLine() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h67 AttributeCommonInfo::Syntax Syntax; member
H A DAttributeCommonInfo.h28 enum Syntax { enum
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1788 AttributeCommonInfo::Syntax Syntax = ExpandBuiltinMacro() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3162 unsigned Syntax = Record.readInt(); readAttr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4590 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument