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

  /src/external/gpl2/grep/dist/
grep.spec 154 - Injected new description and group.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 106 // injected class name of the named class template, we're entering
108 QualType Injected
110 if (Context.hasSameType(Injected, ContextType))
SemaTemplateDeduction.cpp 570 // Treat an injected-class-name as its underlying template-id.
571 if (auto *Injected = dyn_cast<InjectedClassNameType>(Arg))
572 Arg = Injected->getInjectedSpecializationType();
1871 // Treat a template's injected-class-name as if the template
1876 "injected class name is not a template specialization type");
3170 // the injected-class-name [...] is equivalent to the template-name followed
5433 /// \param T1 The injected-class-name of P1 (faked for a variable template).
5434 /// \param T2 The injected-class-name of P2 (faked for a variable template).
5562 // specializations and form a fake injected class name type for comparison.
5599 // FIXME: Cache the injected template arguments rather than recomputin
    [all...]
SemaTemplate.cpp 112 // injected-class-name (Clause 9). The injected-class-name
115 // equivalent to the injected-class-name followed by the
136 // injected-class-name).
1012 // argument is an injected-class-name for a template, it has a dual nature
1807 // We may have found the injected-class-name of a class template,
2339 // We use the injected-class-name type of the primary template instead.
3786 // Fetch the injected class name type and check whether its
3787 // injected type is equal to the type we just built.
3789 QualType Injected = cast<InjectedClassNameType>(ICNT
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 625 // Get the class for a C++ injected-class-name
626 else if (const InjectedClassNameType *Injected =
628 D = Injected->getDecl();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1764 if (const auto *Injected = getAs<InjectedClassNameType>())
1765 return Injected->getDecl();
ASTImporter.cpp 2924 CXXRecordDecl *Injected = nullptr;
2928 Injected = Record;
2932 // Create an injected type for the whole redecl chain.
2938 // Below we create a new injected type and assign that to the
2944 // Set the new type for the previous injected decl too.
2945 if (Injected) {
2946 Injected->setTypeForDecl(nullptr);
2947 Importer.getToContext().getTypeDeclType(Injected, D2CXX);

Completed in 33 milliseconds