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

References

tools/clang/lib/Sema/SemaOverload.cpp
11489           if (!Caller->isImplicit() && !S.IsAllowedCUDACall(Caller, FunDecl))
11491       if (FunDecl->isMultiVersion()) {
11492         const auto *TA = FunDecl->getAttr<TargetAttr>();
11499       if (completeFunctionType(S, FunDecl, SourceExpr->getBeginLoc(),
11505       if (!S.checkAddressOfFunctionIsAvailable(FunDecl))
11510           candidateHasExactlyCorrectType(FunDecl)) {
11512             CurAccessFunPair, cast<FunctionDecl>(FunDecl->getCanonicalDecl())));