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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1622   assert(Callee && "Callee may not be null.");
 1623   Callee = Callee->getMostRecentDecl();
 1623   Callee = Callee->getMostRecentDecl();
 1629     FunctionEmissionStatus CalleeS = getEmissionStatus(Callee);
 1640       Diag(Callee->getAttr<OMPDeclareTargetDeclAttr>()->getLocation(),
 1651     markKnownEmitted(*this, Caller, Callee, Loc,
 1658     DeviceCallGraph[Caller].insert({Callee, Loc});