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.h557 Expr *getPackIndexingExpr() const { in getPackIndexingExpr() function
2730 Expr *getPackIndexingExpr() const { return PackIndexingExpr; } in getPackIndexingExpr() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp250 DS.getRepAsType().get(), DS.getPackIndexingExpr(), DS.getBeginLoc(), in ParseOptionalCXXScopeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8333 T = ActOnPackIndexingType(DS.getRepAsType().get(), DS.getPackIndexingExpr(), in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1269 Expr *E = DS.getPackIndexingExpr(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp4349 BuildPackIndexingType(DS.getRepAsType().get(), DS.getPackIndexingExpr(), in BuildMemInitializer()