Home | History | Annotate | Download | only in Sema

Lines Matching refs:Std

1956   // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#903
2750 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths);
3089 std::pair<CXXRecordDecl::conversion_iterator,
3315 // list-initialization sequence L2 if L1 converts to std::initializer_list<X>
3400 // time of this writing) break the standard definition of std::forward
3401 // and std::reference_wrapper when dealing with references to functions.
3998 std::pair<CXXRecordDecl::conversion_iterator,
4407 // If the parameter type is std::initializer_list<X> or "array of X" and
5106 std::string TypeStr;
5267 std::pair<CXXRecordDecl::conversion_iterator,
5272 (std::distance(Conversions.first, Conversions.second) > 1);
6484 std::pair<CXXRecordDecl::conversion_iterator,
6553 std::pair<CXXRecordDecl::conversion_iterator,
6973 // std::nullptr_t, there exist candidate operator functions of the form
6994 llvm::DenseSet<std::pair<CanQualType, CanQualType> >
7021 std::make_pair(S.Context.getCanonicalType(FirstParamType),
7051 UserDefinedBinaryOperators.count(std::make_pair(CanonType,
7062 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
8079 std::string &Description) {
8139 std::string FnDesc;
8213 std::string FnDesc;
8403 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
8471 std::string Description;
8706 std::string FnDesc;
8733 std::string FnDesc;
8817 std::string TypeStr("operator");
9100 std::sort(Cands.begin(), Cands.end(),
9220 std::sort(Cands.begin(), Cands.end(),
9290 SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches;
9329 Matches.push_back(std::make_pair(dap, Fn));
9404 Matches.push_back(std::make_pair(CurAccessFunPair, Specialization));
9437 Matches.push_back(std::make_pair(CurAccessFunPair,
9967 DeclContext *Std = SemaRef.getStdNamespace();
9971 // Never suggest declaring a function within namespace 'std'.
9972 if (Std && Std->Encloses(*it))
9979 NS->getQualifiedNameAsString().find("__") != std::string::npos)
10977 std::string qualsString = difference.getAsString();
10981 << (qualsString.find(' ') == std::string::npos ? 1 : 2);
11246 std::pair<CXXRecordDecl::conversion_iterator,