Home
last modified time | relevance | path

Searched refs:getAttrFactory (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h180 : DeclSpec(P.getAttrFactory()), in ParsingDeclSpec()
183 : DeclSpec(P.getAttrFactory()), in ParsingDeclSpec()
H A DParser.h499 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp564 DeclSpec DS(getAttrFactory()); in ParseTemplateParameter()
H A DParseExprCXX.cpp3614 ParsedAttributes FirstArgAttrs(getAttrFactory()); in ParseRequiresExpression()