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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 5027       FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType);
 5043       FnPtrType = Context.getPointerType(FD->getType());
 5046         TryImplicitConversion(VariantRef, FnPtrType.getUnqualifiedType(),
 5055           << VariantRef->getType() << FnPtrType << VariantRef->getSourceRange();
 5059         VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting);