Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclOpenMP.h136 Expr *getCombiner() { return Combiner; } in getCombiner() function
137 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h221 Expr *getCombiner() { return Combiner; } in getCombiner() function
222 const Expr *getCombiner() const { return Combiner; } in getCombiner() function