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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  346   if (T->isLValueReferenceType())
  348         getCanonicalParamType(C, T.getNonReferenceType()),
  350   if (T->isPointerType())
  351     return C.getPointerType(getCanonicalParamType(C, T->getPointeeType()));
  352   if (const ArrayType *A = T->getAsArrayTypeUnsafe()) {
  356       return C.getCanonicalType(T);
  358   return C.getCanonicalParamType(T);