reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 4781         const VarDecl *CanonPVD = PVD->getCanonicalDecl();
 4782         if (FD->getNumParams() > PVD->getFunctionScopeIndex() &&
 4783             FD->getParamDecl(PVD->getFunctionScopeIndex())
 4796           QualType QTy = PVD->getType()
 4804             Diag(PVD->getLocation(), diag::note_previous_decl) << PVD;
 4804             Diag(PVD->getLocation(), diag::note_previous_decl) << PVD;