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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
13836     if (CheckOpenMPLinearDecl(D, ELoc, LinKind, Type))
13838     Type = Type.getNonReferenceType().getUnqualifiedType().getCanonicalType();
13838     Type = Type.getNonReferenceType().getUnqualifiedType().getCanonicalType();
13842         buildVarDecl(*this, ELoc, Type, D->getName(),
13845     DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc);
13847     VarDecl *Init = buildVarDecl(*this, ELoc, Type, ".linear.start");
13874     DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc);