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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2702     if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) {
 2702     if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) {
 2703       const FunctionType *FT = Ty->isFunctionPointerType()
 2705        : Ty->castAs<BlockPointerType>()->getPointeeType()->getAs<FunctionType>();
 2707         int m = Ty->isFunctionPointerType() ? 0 : 1;