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 541 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
543 ShouldExpand = true;
586 ShouldExpand = false;
595 ShouldExpand = false;
    [all...]
SemaTemplateInstantiate.cpp 663 bool &ShouldExpand, bool &RetainExpansion,
668 ShouldExpand,
    [all...]
TreeTransform.h 231 /// \param ShouldExpand Will be set to \c true if the transformer should
245 /// The callee must set this value when \c ShouldExpand is \c true; it may
250 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
255 bool &ShouldExpand,
258 ShouldExpand = false;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 76 milliseconds