Home
last modified time | relevance | path

Searched refs:BuildTypeofExprType (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp1534 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
7227 QualType Sema::BuildTypeofExprType(Expr *E, SourceLocation Loc) { in BuildTypeofExprType() function in Sema
DTreeTransform.h11652 return SemaRef.BuildTypeofExprType(E, Loc); in RebuildTypeOfExprType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1628 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
8894 QualType Sema::BuildTypeofExprType(Expr *E, SourceLocation Loc) { in BuildTypeofExprType() function in Sema
DTreeTransform.h14127 return SemaRef.BuildTypeofExprType(E, Loc); in RebuildTypeOfExprType()
/external/clang/include/clang/Sema/
DSema.h1490 QualType BuildTypeofExprType(Expr *E, SourceLocation Loc);
/external/llvm-project/clang/include/clang/Sema/
DSema.h2175 QualType BuildTypeofExprType(Expr *E, SourceLocation Loc);