HomeSort by relevance Sort by last modified time
    Searched refs:ShouldExpand (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 531 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
533 ShouldExpand = true;
576 ShouldExpand = false;
585 ShouldExpand = false;
SemaTemplateInstantiate.cpp 712 bool &ShouldExpand,
718 ShouldExpand,
    [all...]
TreeTransform.h 227 /// \param ShouldExpand Will be set to \c true if the transformer should
241 /// The callee must set this value when \c ShouldExpand is \c true; it may
246 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
251 bool &ShouldExpand,
254 ShouldExpand = false;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 364 milliseconds