OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarRefs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1030
auto *It = std::next(
getVarRefs
().end(), NumLoop + 1);
1040
auto *It = std::next(
getVarRefs
().end(), NumLoop + 1);
1050
const auto *It = std::next(
getVarRefs
().end(), NumLoop + 1);
1055
*
getVarRefs
().end() = DepModifier;
1057
Expr *OMPDependClause::getModifier() { return *
getVarRefs
().end(); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
213
MutableArrayRef<Expr *>
getVarRefs
() {
242
varlist_iterator varlist_begin() { return
getVarRefs
().begin(); }
243
varlist_iterator varlist_end() { return
getVarRefs
().end(); }
244
varlist_const_iterator varlist_begin() const { return
getVarRefs
().begin(); }
245
varlist_const_iterator varlist_end() const { return
getVarRefs
().end(); }
254
ArrayRef<const Expr *>
getVarRefs
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
313
Vars = PC->
getVarRefs
();
315
Vars = PC->
getVarRefs
();
1620
for (const Expr *E : C->
getVarRefs
())
CGOpenMPRuntime.cpp
8367
const auto *EI = C->
getVarRefs
().begin();
8387
const auto *EI = C->
getVarRefs
().begin();
8405
const auto *EI = C->
getVarRefs
().begin();
8916
const auto *EI = C->
getVarRefs
().begin();
Completed in 46 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026