OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDestinationExprs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
2588
MutableArrayRef<Expr *>
getDestinationExprs
() {
2591
ArrayRef<const Expr *>
getDestinationExprs
() const {
2602
return MutableArrayRef<Expr *>(
getDestinationExprs
().end(), varlist_size());
2605
return llvm::makeArrayRef(
getDestinationExprs
().end(), varlist_size());
2693
return helper_expr_const_range(
getDestinationExprs
().begin(),
2694
getDestinationExprs
().end());
2698
return helper_expr_range(
getDestinationExprs
().begin(),
2699
getDestinationExprs
().end());
4070
MutableArrayRef<Expr *>
getDestinationExprs
() {
4073
ArrayRef<const Expr *>
getDestinationExprs
() const
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
490
getDestinationExprs
().end());
647
getDestinationExprs
().end());
688
getDestinationExprs
().end());
Completed in 30 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026