OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequireCompleteExprType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
798
if (
RequireCompleteExprType
(Result.get(), diag::err_asm_incomplete_type)) {
SemaType.cpp
8350
bool Sema::
RequireCompleteExprType
(Expr *E, CompleteTypeKind Kind,
8356
bool Sema::
RequireCompleteExprType
(Expr *E, unsigned DiagID) {
8358
return
RequireCompleteExprType
(E, CompleteTypeKind::Default, Diagnoser);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
2264
///
RequireCompleteExprType
instead if a diagnostic is expected for an
2269
bool
RequireCompleteExprType
(Expr *E, CompleteTypeKind Kind,
2271
bool
RequireCompleteExprType
(Expr *E, unsigned DiagID);
2274
bool
RequireCompleteExprType
(Expr *E, unsigned DiagID, const Ts &...Args) {
2276
return
RequireCompleteExprType
(E, CompleteTypeKind::Default, Diagnoser);
2283
return
RequireCompleteExprType
(E, CompleteTypeKind::Normal, Diagnoser);
Completed in 76 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026