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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1665   assert(Callee && "Callee may not be null.");
 1666   Callee = Callee->getMostRecentDecl();
 1666   Callee = Callee->getMostRecentDecl();
 1672     FunctionEmissionStatus CalleeS = getEmissionStatus(Callee);
 1682       Diag(Callee->getAttr<OMPDeclareTargetDeclAttr>()->getLocation(),
 1690   if (!shouldIgnoreInHostDeviceCheck(Callee)) {
 1695           *this, Caller, Callee, Loc, [CheckCaller](Sema &S, FunctionDecl *FD) {
 1700       DeviceCallGraph[Caller].insert({Callee, Loc});