HomeSort by: relevance | last modified time | path
    Searched refs:Complained (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1219 bool Complained = false;
1222 if (!Complained) {
1226 Complained = true;
5858 // Once we've complained about the reference-to-reference, we
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 15848 bool *Complained) {
15849 if (Complained)
15850 *Complained = false;
16038 if (Complained)
16039 *Complained = true;
16116 if (Complained)
16117 *Complained = true;
SemaInit.cpp 8616 bool Complained;
8621 &Complained)) {
8624 } else if (Complained)
SemaDeclCXX.cpp 1617 /* We already complained about this parameter. */;
6650 bool Complained = false;
6657 if (!Complained) {
6660 Complained = true;
13671 // Something went horribly wrong earlier, and we will have complained
16201 // of code synthesis. For template instantiation, we will have complained
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11470 bool *Complained = nullptr);

Completed in 60 milliseconds