OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanQualType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTypes.h
50
typedef CanQual<Type>
CanQualType
;
221
const CGFunctionInfo &arrangeLLVMFunctionInfo(
CanQualType
returnType,
222
ArrayRef<
CanQualType
> argTypes,
/external/clang/include/clang/AST/
CanonicalType.h
36
/// syntactic sugar has been eliminated. A
CanQualType
may also have various
41
/// type (or some subclass of that type). The typedef @c
CanQualType
is just
199
typedef CanQual<Type>
CanQualType
;
201
inline
CanQualType
Type::getCanonicalTypeUnqualified() const {
202
return
CanQualType
::CreateUnsafe(getCanonicalTypeInternal());
206
CanQualType
T) {
216
CanQualType
Accessor() const { \
217
return
CanQualType
::CreateUnsafe(this->getTypePtr()->Accessor()); \
320
/// that provide accessors returning canonical types (@c
CanQualType
) rather
390
typedef
CanQualType
value_type
[
all
...]
DeclarationName.h
38
typedef CanQual<Type>
CanQualType
;
360
DeclarationName getCXXConstructorName(
CanQualType
Ty);
364
DeclarationName getCXXDestructorName(
CanQualType
Ty);
368
DeclarationName getCXXConversionFunctionName(
CanQualType
Ty);
374
CanQualType
Ty);
Type.h
102
typedef CanQual<Type>
CanQualType
;
[
all
...]
Completed in 1340 milliseconds