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

References

tools/clang/lib/Sema/Sema.cpp
 2113   SourceLocation Loc = E.get()->getExprLoc();
 2114   SourceRange Range = E.get()->getSourceRange();
 2118   if (tryExprAsCall(*E.get(), ZeroArgCallTy, Overloads) &&
 2126     bool IsMV = IsCPUDispatchCPUSpecificMultiVersion(E.get());
 2128                   << (IsCallableWithAppend(E.get())
 2136     E = BuildCallExpr(nullptr, E.get(), Range.getEnd(), None,
 2136     E = BuildCallExpr(nullptr, E.get(), Range.getEnd(), None,
 2143   bool IsMV = IsCPUDispatchCPUSpecificMultiVersion(E.get());
 2147   E = ExprError();