Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp116 ArrayRef<ParmVarDecl *> LocalParameters, in RequiresExpr()
168 SourceLocation LParenLoc, ArrayRef<ParmVarDecl *> LocalParameters, in Create()
H A DStmtPrinter.cpp2693 auto LocalParameters = E->getLocalParameters(); in VisitRequiresExpr() local
H A DASTImporter.cpp9308 SmallVector<ParmVarDecl *, 4> LocalParameters(E->getLocalParameters().size()); in VisitRequiresExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3143 llvm::SmallVector<DeclaratorChunk::ParamInfo, 2> LocalParameters; in ParseRequiresExpression() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7997 ArrayRef<ParmVarDecl *> LocalParameters, in ActOnStartRequiresExpr()
8058 SourceLocation LParenLoc, ArrayRef<ParmVarDecl *> LocalParameters, in ActOnRequiresExpr()
H A DTreeTransform.h3735 ArrayRef<ParmVarDecl *> LocalParameters, in RebuildRequiresExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp849 llvm::SmallVector<ParmVarDecl *, 4> LocalParameters; in VisitRequiresExpr() local