OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CalleeType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
Expr.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
346
enum
CalleeType
{ CT_Function, CT_Method, CT_Block }
calleeType
;
350
calleeType
= CT_Method;
353
calleeType
= CT_Function;
360
calleeType
= CT_Function;
363
calleeType
= CT_Block;
392
Diag(D->getLocation(), diag::note_sentinel_here) << int(
calleeType
);
409
if (
calleeType
== CT_Method &&
418
Diag(Loc, diag::warn_missing_sentinel) << int(
calleeType
);
421
<< int(
calleeType
)
[
all
...]
Completed in 45 milliseconds