OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCombiner
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h
221
Expr *
getCombiner
() { return Combiner; }
222
const Expr *
getCombiner
() const { return Combiner; }
ASTNodeTraverser.h
459
Visit(D->
getCombiner
());
RecursiveASTVisitor.h
1619
TRY_TO(TraverseStmt(D->
getCombiner
()));
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1688
D->
getCombiner
()->printPretty(Out, nullptr, Policy, 0, "\n", &Context);
TextNodeDumper.cpp
1782
dumpPointer(D->
getCombiner
());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1862
Record.AddStmt(D->
getCombiner
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3298
Expr *Combiner = D->
getCombiner
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
1174
CGM, D->getType(), D->
getCombiner
(),
Completed in 51 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026