reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1465   QualType getElaboratedType(ElaboratedTypeKeyword Keyword,

References

tools/clang/lib/AST/ASTImporter.cpp
 1438   return Importer.getToContext().getElaboratedType(T->getKeyword(),
tools/clang/lib/AST/QualTypeNames.cpp
  457     QT = Ctx.getElaboratedType(Keyword, Prefix, QT);
tools/clang/lib/Sema/SemaCoroutine.cpp
  126     return S.Context.getElaboratedType(ETK_None, NNS, PromiseType);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4200         BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(),
 9564     return Context.getElaboratedType(ETK_None, NNS, Info->getType());
tools/clang/lib/Sema/SemaTemplate.cpp
 3538     Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result);
 3633   Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result);
 9906   T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T);
10081       return Context.getElaboratedType(Keyword,
10092         return Context.getElaboratedType(
tools/clang/lib/Sema/SemaType.cpp
 4994             ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
 8294   return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl);
tools/clang/lib/Sema/TreeTransform.h
  983     return SemaRef.Context.getElaboratedType(Keyword,
 1028     return SemaRef.Context.getElaboratedType(Keyword,
 1141     return SemaRef.Context.getElaboratedType(Keyword,
tools/clang/lib/Serialization/ASTReader.cpp
 6684     return Context.getElaboratedType(Keyword, NNS, NamedType, OwnedTagDecl);