Home | History | Annotate | Download | only in Sema

Lines Matching refs:Std

1847   // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#903
2670 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths);
3237 // list-initialization sequence L2 if L1 converts to std::initializer_list<X>
3322 // time of this writing) break the standard definition of std::forward
3323 // and std::reference_wrapper when dealing with references to functions.
4320 // If the parameter type is std::initializer_list<X> or "array of X" and
5104 std::string TypeStr;
6700 // std::nullptr_t, there exist candidate operator functions of the form
6722 llvm::DenseSet<std::pair<CanQualType, CanQualType> >
6746 std::make_pair(S.Context.getCanonicalType(FirstParamType),
6777 UserDefinedBinaryOperators.count(std::make_pair(CanonType,
6789 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
7774 std::string &Description) {
7834 std::string FnDesc;
7898 std::string FnDesc;
8078 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
8127 std::string Description;
8235 std::string ArgString;
8265 std::string FnDesc;
8292 std::string FnDesc;
8376 std::string TypeStr("operator");
8658 std::sort(Cands.begin(), Cands.end(),
8746 SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches;
8781 Matches.push_back(std::make_pair(dap,Fn));
8852 Matches.push_back(std::make_pair(CurAccessFunPair, Specialization));
8878 Matches.push_back(std::make_pair(CurAccessFunPair,
9369 // Never suggest declaring a function within namespace 'std'.
9371 if (DeclContext *Std = SemaRef.getStdNamespace()) {
9375 if (!Std->Encloses(*it))
9379 // Lacking the 'std::' namespace, use all of the associated namespaces.
9583 "std is associated namespace but not doing ADL");
10383 std::string qualsString = difference.getAsString();
10387 << (qualsString.find(' ') == std::string::npos ? 1 : 2);