OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeSpecType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
408
llvm_unreachable("Invalid
TypeSpecType
!");
654
if (
TypeSpecType
== TST_unspecified && S.getLangOpts().CPlusPlus) {
745
if (
TypeSpecType
== TST_error)
747
if (
TypeSpecType
!= TST_unspecified) {
748
PrevSpec = DeclSpec::getSpecifierName((TST)
TypeSpecType
, Policy);
752
TypeSpecType
= T;
767
if (
TypeSpecType
== TST_error)
769
if (
TypeSpecType
!= TST_unspecified) {
770
PrevSpec = DeclSpec::getSpecifierName((TST)
TypeSpecType
, Policy);
774
TypeSpecType
= T
[
all
...]
SemaDecl.cpp
4813
DeclSpec::TST
TypeSpecType
= DS.getTypeSpecType();
4814
if (
TypeSpecType
== DeclSpec::TST_class ||
4815
TypeSpecType
== DeclSpec::TST_struct ||
4816
TypeSpecType
== DeclSpec::TST_interface ||
4817
TypeSpecType
== DeclSpec::TST_union ||
4818
TypeSpecType
== DeclSpec::TST_enum) {
4821
<< AL << GetDiagnosticTypeSpecifierID(
TypeSpecType
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
335
/*TST*/unsigned
TypeSpecType
: 6;
382
/// TSTNameLoc - If
TypeSpecType
is any of class, enum, struct, union,
428
TypeSpecType
(TST_unspecified), TypeAltiVecVector(false),
463
TypeSpecType
= DeclSpec::TST_unspecified;
476
TST getTypeSpecType() const { return (TST)
TypeSpecType
; }
481
bool isTypeRep() const { return isTypeRep((TST)
TypeSpecType
); }
487
assert(isTypeRep((TST)
TypeSpecType
) && "DeclSpec does not store a type");
491
assert(isDeclRep((TST)
TypeSpecType
) && "DeclSpec does not store a decl");
495
assert(isExprRep((TST)
TypeSpecType
) && "DeclSpec does not store an expr");
499
assert(isTemplateIdRep((TST)
TypeSpecType
) &
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026