HomeSort by relevance Sort by last modified time
    Searched refs:PrevDeclInScope (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
DeclOpenMP.cpp 64 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) {
66 T, PrevDeclInScope);
73 QualType(), /*PrevDeclInScope=*/nullptr);
78 PrevDeclInScope.get(getASTContext().getExternalSource()));
83 PrevDeclInScope.get(getASTContext().getExternalSource()));
  /external/clang/include/clang/AST/
DeclOpenMP.h 112 LazyDeclPtr PrevDeclInScope;
118 OMPDeclareReductionDecl *PrevDeclInScope)
120 Initializer(nullptr), PrevDeclInScope(PrevDeclInScope) {}
123 PrevDeclInScope = Prev;
130 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 87 milliseconds