Home
last modified time | relevance | path

Searched refs:getSyntax (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp116 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()
122 auto Syntax = static_cast<AttributeCommonInfo::Syntax>(getSyntax()); in calculateAttributeSpellingListIndex()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h127 Syntax getSyntax() const { return Syntax(SyntaxUsed); } in getSyntax() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp133 AttributeCommonInfo::Syntax SyntaxUsed = A.getSyntax(); in get()
H A DSemaDecl.cpp13264 if (SA->getSyntax() == AttributeCommonInfo::AS_Declspec) in CheckCompleteVariableDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8404 From->getSyntax(), in Import()
8429 From->getFirstArg(), ToRange, From->getSyntax()); in Import()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4162 Record.push_back(A->getSyntax()); in AddAttr()