OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForbiddenType
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
DelayedDiagnostic.cpp
55
case
ForbiddenType
:
SemaDeclAttr.cpp
[
all
...]
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
115
enum DDKind { Deprecation, Access,
ForbiddenType
};
145
DD.Kind =
ForbiddenType
;
179
assert(Kind ==
ForbiddenType
&& "not a forbidden-type diagnostic");
184
assert(Kind ==
ForbiddenType
&& "not a forbidden-type diagnostic");
189
assert(Kind ==
ForbiddenType
&& "not a forbidden-type diagnostic");
Completed in 36 milliseconds