HomeSort by relevance Sort by last modified time
    Searched refs:Injected (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 42 // an injected-class-name;
115 // injected class name of the named class template, we're entering
117 QualType Injected
119 if (Context.hasSameType(Injected, ContextType))
    [all...]
SemaTemplateInstantiate.cpp 118 // Add the "injected" template arguments.
120 Injected = FunTmpl->getInjectedTemplateArgs();
121 Result.addOuterTemplateArguments(Injected.first, Injected.second);
    [all...]
SemaTemplate.cpp 61 // injected-class-name (Clause 9). The injected-class-name
64 // equivalent to the injected-class-name followed by the
100 // A lookup that finds an injected-class-name (10.2) can result in an
102 // one base class). If all of the injected-class-names that are found
115 // found this template through a particular injected class name,
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 567 // Get the class for a C++ injected-class-name
568 else if (const InjectedClassNameType *Injected =
570 D = Injected->getDecl();
    [all...]
  /external/clang/lib/AST/
Type.cpp 490 else if (const InjectedClassNameType *Injected
492 return Injected->getDecl();
    [all...]

Completed in 70 milliseconds