Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h7446 Expr *getInteropVar() { return varlist_begin()[0]; } in getInteropVar() function
7447 const Expr *getInteropVar() const { return varlist_begin()[0]; } in getInteropVar() function
7543 Expr *getInteropVar() const { return cast<Expr>(InteropVar); } in getInteropVar() function
7626 Expr *getInteropVar() const { return cast_or_null<Expr>(InteropVar); } in getInteropVar() function