OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeSpecWidth
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
698
if (
getTypeSpecWidth
() == TypeSpecifierWidth::Unspecified)
702
getTypeSpecWidth
() != TypeSpecifierWidth::Long)
703
return BadSpecifier(W,
getTypeSpecWidth
(), PrevSpec, DiagID);
1104
writtenBS.Width = static_cast<int>(
getTypeSpecWidth
());
1125
(
getTypeSpecWidth
() != TypeSpecifierWidth::Unspecified ||
1180
if ((
getTypeSpecWidth
() != TypeSpecifierWidth::Unspecified) &&
1181
(
getTypeSpecWidth
() != TypeSpecifierWidth::Short) &&
1182
(
getTypeSpecWidth
() != TypeSpecifierWidth::LongLong))
1184
<< getSpecifierName(
getTypeSpecWidth
());
1187
if ((
getTypeSpecWidth
() == TypeSpecifierWidth::LongLong) &
[
all
...]
SemaType.cpp
1386
switch (DS.
getTypeSpecWidth
()) {
1411
switch (DS.
getTypeSpecWidth
()) {
1452
switch (DS.
getTypeSpecWidth
()) {
1475
switch (DS.
getTypeSpecWidth
()) {
1535
if (DS.
getTypeSpecWidth
() == TypeSpecifierWidth::Long)
1574
assert(DS.
getTypeSpecWidth
() == TypeSpecifierWidth::Unspecified &&
1590
assert(DS.
getTypeSpecWidth
() == TypeSpecifierWidth::Unspecified &&
SemaDeclCXX.cpp
10813
Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.
getTypeSpecWidth
());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
469
TypeSpecifierWidth
getTypeSpecWidth
() const {
623
getTypeSpecWidth
() != TypeSpecifierWidth::Unspecified ||
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
3783
if (DS.
getTypeSpecWidth
() != TypeSpecifierWidth::Long)
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026