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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  347     return C.getLValueReferenceType(
  348         getCanonicalParamType(C, T.getNonReferenceType()),
  351     return C.getPointerType(getCanonicalParamType(C, T->getPointeeType()));
  351     return C.getPointerType(getCanonicalParamType(C, T->getPointeeType()));
  354       return getCanonicalParamType(C, VLA->getElementType());
  356       return C.getCanonicalType(T);
  358   return C.getCanonicalParamType(T);