OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeSpecTypeLoc
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Sema/
TypeLocBuilder.h
71
TypeSpecTypeLoc
pushTypeSpec(QualType T) {
72
size_t LocalSize =
TypeSpecTypeLoc
::LocalDataSize;
73
unsigned LocalAlign =
TypeSpecTypeLoc
::LocalDataAlignment;
74
return pushImpl(T, LocalSize, LocalAlign).castAs<
TypeSpecTypeLoc
>();
SemaTemplate.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/AST/
TypeLoc.h
449
class
TypeSpecTypeLoc
: public ConcreteTypeLoc<UnqualTypeLoc,
450
TypeSpecTypeLoc
,
584
class TypedefTypeLoc : public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
596
public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
607
public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
621
class TagTypeLoc : public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
653
public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
662
public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
669
public InheritingConcreteTypeLoc<
TypeSpecTypeLoc
,
[
all
...]
/external/clang/lib/AST/
TypeLoc.cpp
209
static bool isTypeSpec(
TypeSpecTypeLoc
_) { return true; }
223
///
TypeSpecTypeLoc
. Since there is not actually a TypeSpecType in
226
/// There are a lot of types that currently use
TypeSpecTypeLoc
230
bool
TypeSpecTypeLoc
::isKind(const TypeLoc &TL) {
Completed in 4309 milliseconds