HomeSort by: relevance | last modified time | path
    Searched defs:ShouldExpand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 5413 bool ShouldExpand = false;
5419 TemplateArgs, ShouldExpand,
5426 assert(ShouldExpand && "Partial instantiation of base initializer?");
TreeTransform.h 258 /// \param ShouldExpand Will be set to \c true if the transformer should
272 /// The callee must set this value when \c ShouldExpand is \c true; it may
277 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
282 bool &ShouldExpand,
285 ShouldExpand = false;
5600 bool ShouldExpand = false;
5609 ShouldExpand,
5623 if (ShouldExpand) {
5713 bool ShouldExpand = false;
5717 ShouldExpand,
    [all...]

Completed in 26 milliseconds