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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1585 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result,
5417 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
8838 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword,
8851 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl);
SemaType.cpp 1585 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result,
5417 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
8838 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword,
8851 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4802 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword,
ASTContext.cpp 4802 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword,

Completed in 79 milliseconds