OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPackExpansion
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LambdaCapture.h
129
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
134
assert(
isPackExpansion
() && "No ellipsis location for a non-expansion");
Attr.h
54
unsigned
IsPackExpansion
: 1;
82
IsPackExpansion
(false), Implicit(false), IsLateParsed(IsLateParsed),
102
void setPackExpansion(bool PE) {
IsPackExpansion
= PE; }
103
bool
isPackExpansion
() const { return
IsPackExpansion
; }
DeclTemplate.h
1300
bool
isPackExpansion
() const {
1501
bool
isPackExpansion
() const {
1672
bool
isPackExpansion
() const {
ExprObjC.h
278
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
DeclCXX.h
206
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
2273
bool
isPackExpansion
() const {
2279
if (!
isPackExpansion
())
3658
bool
isPackExpansion
() const {
3748
bool
isPackExpansion
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp
244
bool TemplateArgument::
isPackExpansion
() const {
392
assert(
isPackExpansion
());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
462
bool
isPackExpansion
() const { return EllipsisLoc.isValid(); }
Completed in 94 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026