OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPackExpansion
(Results
1 - 19
of
19
) sorted by null
/external/clang/include/clang/AST/
Attr.h
53
bool
IsPackExpansion
: 1;
78
Inherited(false),
IsPackExpansion
(false) {}
94
void setPackExpansion(bool PE) {
IsPackExpansion
= PE; }
95
bool
isPackExpansion
() const { return
IsPackExpansion
; }
TemplateBase.h
223
bool
isPackExpansion
() const;
DeclCXX.h
214
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
[
all
...]
DeclTemplate.h
[
all
...]
ExprCXX.h
[
all
...]
ExprObjC.h
212
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
[
all
...]
/external/clang/lib/Sema/
SemaTemplateVariadic.cpp
99
if (Element.
isPackExpansion
())
152
if (Arg.
isPackExpansion
())
160
if (ArgLoc.getArgument().
isPackExpansion
())
858
assert(Argument.
isPackExpansion
());
[
all
...]
SemaTemplateInstantiateDecl.cpp
65
const AlignedAttr *Aligned, Decl *New, bool
IsPackExpansion
) {
72
Aligned->getSpellingListIndex(),
IsPackExpansion
);
79
Aligned->getSpellingListIndex(),
IsPackExpansion
);
86
if (!Aligned->
isPackExpansion
()) {
136
assert(!TmplAttr->
isPackExpansion
());
[
all
...]
SemaTemplateDeduction.cpp
[
all
...]
SemaTemplateInstantiate.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/Sema/
AttributeList.h
316
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
/external/clang/lib/AST/
DeclPrinter.cpp
775
if (Base->
isPackExpansion
())
[
all
...]
StmtProfile.cpp
870
ID.AddBoolean(C->
isPackExpansion
());
[
all
...]
ASTImporter.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 288 milliseconds