HomeSort by: relevance | last modified time | path
    Searched defs:PrevDeclInScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 199 LazyDeclPtr PrevDeclInScope;
205 OMPDeclareReductionDecl *PrevDeclInScope);
208 PrevDeclInScope = Prev;
215 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
298 LazyDeclPtr PrevDeclInScope;
304 OMPDeclareMapperDecl *PrevDeclInScope)
307 PrevDeclInScope(PrevDeclInScope) {}
310 PrevDeclInScope = Prev;
319 OMPDeclareMapperDecl *PrevDeclInScope);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3304 auto *PrevDeclInScope = D->getPrevDeclInScope();
3305 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3306 PrevDeclInScope = cast<OMPDeclareReductionDecl>(
3307 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope)
3312 PrevDeclInScope);
3389 auto *PrevDeclInScope = D->getPrevDeclInScope();
3390 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) {
3391 PrevDeclInScope = cast<OMPDeclareMapperDecl>
    [all...]

Completed in 19 milliseconds