Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1529 Result = S.BuildTypeofExprType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
8059 QualType Sema::BuildTypeofExprType(Expr *E, SourceLocation Loc) { in BuildTypeofExprType() function in Sema
H A DTreeTransform.h12588 return SemaRef.BuildTypeofExprType(E, Loc); in RebuildTypeOfExprType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1694 QualType BuildTypeofExprType(Expr *E, SourceLocation Loc);