OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSW
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Sema/
DeclSpec.h
239
typedef TypeSpecifierWidth
TSW
;
240
static const
TSW
TSW_unspecified = clang::TSW_unspecified;
241
static const
TSW
TSW_short = clang::TSW_short;
242
static const
TSW
TSW_long = clang::TSW_long;
243
static const
TSW
TSW_longlong = clang::TSW_longlong;
318
/*
TSW
*/unsigned TypeSpecWidth : 2;
463
TSW
getTypeSpecWidth() const { return (
TSW
)TypeSpecWidth; }
516
static const char *getSpecifierName(DeclSpec::
TSW
W);
604
bool SetTypeSpecWidth(
TSW
W, SourceLocation Loc, const char *&PrevSpec
[
all
...]
/external/clang/lib/Sema/
DeclSpec.cpp
392
const char *DeclSpec::getSpecifierName(
TSW
W) {
544
bool DeclSpec::SetTypeSpecWidth(
TSW
W, SourceLocation Loc,
554
return BadSpecifier(W, (
TSW
)TypeSpecWidth, PrevSpec, DiagID);
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 165 milliseconds