Home
last modified time | relevance | path

Searched refs:getPreArg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h241 return cast_or_null<CallExpr>(getPreArg(CONFIG)); in getConfig()
243 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig()
H A DExpr.h2464 Stmt *getPreArg(unsigned I) { in getPreArg() function
2468 const Stmt *getPreArg(unsigned I) const { in getPreArg() function