Searched refs:Complained (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp934 bool Complained = false; local
937 if (!Complained) {
941 Complained = true;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp6097 bool Complained; local
6102 &Complained)) {
6105 } else if (Complained)
H A DSemaExpr.cpp10608 bool *Complained) {
10609 if (Complained)
10610 *Complained = false;
10778 if (Complained)
10779 *Complained = true;
10604 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
H A DSemaDeclCXX.cpp4320 bool Complained = false; local
4329 if (!Complained) {
4332 Complained = true;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7311 bool *Complained = 0);

Completed in 428 milliseconds