OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclType
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
SemaInit.cpp
123
static StringInitFailureKind IsStringInit(Expr *init, QualType
declType
,
125
const ArrayType *arrayType = Context.getAsArrayType(
declType
);
252
InitListExpr *IList, QualType &
DeclType
,
264
InitListExpr *IList, QualType
DeclType
,
269
InitListExpr *IList, QualType
DeclType
,
274
InitListExpr *IList, QualType
DeclType
,
279
InitListExpr *IList, QualType
DeclType
, unsigned &Index,
283
InitListExpr *IList, QualType
DeclType
,
290
InitListExpr *IList, QualType &
DeclType
,
314
int numArrayElements(QualType
DeclType
);
[
all
...]
SemaOverload.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclTemplate.h
545
typedef EntryType
DeclType
;
547
static
DeclType
*getMostRecentDecl(EntryType *D) {
554
typename _DeclType = typename _SETraits::
DeclType
>
559
typedef _DeclType
DeclType
;
570
DeclType
*operator*() const {
573
DeclType
*operator->() const { return **this; }
596
template <class EntryType> typename SpecEntryTraits<EntryType>::
DeclType
*
732
typedef FunctionDecl
DeclType
;
734
static
DeclType
*
[
all
...]
DeclObjC.h
[
all
...]
Decl.h
464
QualType
DeclType
;
469
: NamedDecl(DK, DC, L, N),
DeclType
(T) {}
471
QualType getType() const { return
DeclType
; }
472
void setType(QualType newType) {
DeclType
= newType; }
[
all
...]
/external/clang/lib/AST/
DeclTemplate.cpp
163
typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::
DeclType
*
[
all
...]
Completed in 42 milliseconds