Home
last modified time | relevance | path

Searched refs:getPackIndexingExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h559 Expr *getPackIndexingExpr() const { in getPackIndexingExpr() function
2733 Expr *getPackIndexingExpr() const { return PackIndexingExpr; } in getPackIndexingExpr() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp199 DS.getRepAsType().get(), DS.getPackIndexingExpr(), DS.getBeginLoc(), in ParseOptionalCXXScopeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7355 T = ActOnPackIndexingType(DS.getRepAsType().get(), DS.getPackIndexingExpr(), in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1278 Expr *E = DS.getPackIndexingExpr(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp4439 BuildPackIndexingType(DS.getRepAsType().get(), DS.getPackIndexingExpr(), in BuildMemInitializer()