OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrevDeclInScope
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclOpenMP.cpp
126
OMPDeclareReductionDecl *OMPDeclareReductionDecl::
getPrevDeclInScope
() {
131
OMPDeclareReductionDecl::
getPrevDeclInScope
() const {
158
OMPDeclareMapperDecl *OMPDeclareMapperDecl::
getPrevDeclInScope
() {
163
const OMPDeclareMapperDecl *OMPDeclareMapperDecl::
getPrevDeclInScope
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h
264
OMPDeclareReductionDecl *
getPrevDeclInScope
();
265
const OMPDeclareReductionDecl *
getPrevDeclInScope
() const;
363
OMPDeclareMapperDecl *
getPrevDeclInScope
();
364
const OMPDeclareMapperDecl *
getPrevDeclInScope
() const;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1867
Record.AddDeclRef(D->
getPrevDeclInScope
());
1875
Record.AddDeclRef(D->
getPrevDeclInScope
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3304
auto *PrevDeclInScope = D->
getPrevDeclInScope
();
3389
auto *PrevDeclInScope = D->
getPrevDeclInScope
();
SemaOpenMP.cpp
19331
if (OMPDeclareReductionDecl *D = PrevDecl->
getPrevDeclInScope
())
19352
PrevDRDInScope = PrevDRDInScope->
getPrevDeclInScope
();
19583
if (OMPDeclareMapperDecl *D = PrevDecl->
getPrevDeclInScope
())
19604
PrevDMDInScope = PrevDMDInScope->
getPrevDeclInScope
();
Completed in 84 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026