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 467 bool &ShouldExpand,
470 ShouldExpand = true;
513 ShouldExpand = false;
522 ShouldExpand = false;
SemaTemplateInstantiate.cpp 685 bool &ShouldExpand,
691 ShouldExpand,
    [all...]
TreeTransform.h 225 /// \param ShouldExpand Will be set to \c true if the transformer should
239 /// The callee must set this value when \c ShouldExpand is \c true; it may
244 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
249 bool &ShouldExpand,
252 ShouldExpand = false;
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 206 milliseconds