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

References

tools/clang/lib/AST/MicrosoftMangle.cpp
 2522     if (ElementTy->isConstantArrayType()) {
 2524           getASTContext().getAsConstantArrayType(ElementTy);
 2526       ElementTy = CAT->getElementType();
 2527     } else if (ElementTy->isIncompleteArrayType()) {
 2529           getASTContext().getAsIncompleteArrayType(ElementTy);
 2531       ElementTy = IAT->getElementType();
 2532     } else if (ElementTy->isVariableArrayType()) {
 2534         getASTContext().getAsVariableArrayType(ElementTy);
 2536       ElementTy = VAT->getElementType();
 2537     } else if (ElementTy->isDependentSizedArrayType()) {
 2540         getASTContext().getAsDependentSizedArrayType(ElementTy);
 2556   mangleType(ElementTy, SourceRange(), QMM_Escape);