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

References

tools/clang/lib/AST/ASTContext.cpp
 3281     result = getPointerType(getVariableArrayDecayedType(
 3287     result = getLValueReferenceType(
 3295     result = getRValueReferenceType(
 3302     result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
 3308     result = getConstantArrayType(
 3319     result = getDependentSizedArrayType(
 3331     result = getVariableArrayType(
 3343     result = getVariableArrayType(
 3354   return getQualifiedType(result, split.Quals);