Home
last modified time | relevance | path

Searched defs:LocalParameters (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp121 ArrayRef<ParmVarDecl *> LocalParameters, in RequiresExpr()
175 SourceLocation LParenLoc, ArrayRef<ParmVarDecl *> LocalParameters, in Create()
H A DStmtPrinter.cpp2505 auto LocalParameters = E->getLocalParameters(); in VisitRequiresExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3502 llvm::SmallVector<DeclaratorChunk::ParamInfo, 2> LocalParameters; in ParseRequiresExpression() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9168 ArrayRef<ParmVarDecl *> LocalParameters, in ActOnStartRequiresExpr()
9204 SourceLocation LParenLoc, ArrayRef<ParmVarDecl *> LocalParameters, in ActOnRequiresExpr()
H A DTreeTransform.h3624 ArrayRef<ParmVarDecl *> LocalParameters, in RebuildRequiresExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp839 llvm::SmallVector<ParmVarDecl *, 4> LocalParameters; in VisitRequiresExpr() local