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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 672 const MultiLevelTemplateArgumentList &TemplateArgs, bool &ShouldExpand,
674 ShouldExpand = true;
719 ShouldExpand = false;
728 ShouldExpand = false;
SemaTemplateInstantiate.cpp 955 bool &ShouldExpand, bool &RetainExpansion,
960 ShouldExpand,
2513 bool ShouldExpand = false;
2519 TemplateArgs, ShouldExpand,
2527 if (ShouldExpand) {
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...]
SemaTemplateInstantiateDecl.cpp 5413 bool ShouldExpand = false;
5419 TemplateArgs, ShouldExpand,
5426 assert(ShouldExpand && "Partial instantiation of base initializer?");
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 8224 /// \param ShouldExpand Will be set to \c true if the transformer should
8238 /// The callee must set this value when \c ShouldExpand is \c true; it may
8243 /// otherwise. If false, \c ShouldExpand (and possibly \c NumExpansions)
8249 bool &ShouldExpand,

Completed in 42 milliseconds