Searched defs:isPackExpansion (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DLambdaCapture.h130 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::LambdaCapture
135 assert(isPackExpansion() && "No ellipsis location for a non-expansion");
H A DAttr.h106 bool isPackExpansion() const { return IsPackExpansion; } function in class:clang::Attr
H A DDeclTemplate.h1260 bool isPackExpansion() const { function in class:clang::final
1398 bool isPackExpansion() const {
H A DExprObjC.h227 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in struct:clang::ObjCDictionaryElement
H A DDeclCXX.h215 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::CXXBaseSpecifier
2035 bool isPackExpansion() const { function in class:clang::final
2041 assert(isPackExpansion() && "Initializer is not a pack expansion");
/external/clang/lib/AST/
H A DTemplateBase.cpp180 bool TemplateArgument::isPackExpansion() const { function in class:TemplateArgument
330 assert(isPackExpansion());
/external/clang/include/clang/Sema/
H A DAttributeList.h399 bool isPackExpansion() const { return EllipsisLoc.isValid(); } function in class:clang::AttributeList

Completed in 523 milliseconds