Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h774 AttributeFactory &getFactory() const { return Factory; } in getFactory() function
DDeclSpec.h1901 HasInitializer(false), Attrs(ds.getAttributePool().getFactory()), in Declarator()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DDeclSpec.cpp223 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
DSemaDecl.cpp12994 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()