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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp409 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) {
H A DSemaType.cpp4625 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser){ function in class:Sema
4699 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
4701 return RequireCompleteExprType(E, Diagnoser);
H A DSemaTemplateDeduction.cpp2948 if (ArgType->isIncompleteArrayType() && !S.RequireCompleteExprType(Arg, 0))
H A DSemaExpr.cpp3179 if (RequireCompleteExprType(E,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1183 bool RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser);
1184 bool RequireCompleteExprType(Expr *E, unsigned DiagID);
1187 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1) { function in class:clang::Sema
1189 return RequireCompleteExprType(E, Diagnoser);
1193 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema
1196 return RequireCompleteExprType(E, Diagnoser);
1200 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema
1204 return RequireCompleteExprType(E, Diagnoser);

Completed in 277 milliseconds