Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunctionInfo.h96 using arg_iterator = CanQualType *; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp559 auto arg_iterator = std::begin(argentry); in Populate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h72 using arg_iterator = Argument *; variable
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h675 typedef ArgInfo *arg_iterator; typedef
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1667 using arg_iterator = ExprIterator; variable
2549 using arg_iterator = ExprIterator; variable
3742 using arg_iterator = Expr **; variable
H A DExprObjC.h1452 using arg_iterator = ExprIterator; variable
H A DExpr.h3122 typedef ExprIterator arg_iterator; typedef