Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3616 llvm::SmallVector<DeclaratorChunk::ParamInfo, 2> LocalParameters; in ParseRequiresExpression() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2555 auto LocalParameters = E->getLocalParameters(); in VisitRequiresExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9387 ArrayRef<ParmVarDecl *> LocalParameters, in ActOnStartRequiresExpr()
9423 SourceLocation LParenLoc, ArrayRef<ParmVarDecl *> LocalParameters, in ActOnRequiresExpr()
H A DTreeTransform.h3685 ArrayRef<ParmVarDecl *> LocalParameters, in RebuildRequiresExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp841 llvm::SmallVector<ParmVarDecl *, 4> LocalParameters; in VisitRequiresExpr() local