Searched defs:TypeInfoType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 545 BuildCXXTypeId(QualType TypeInfoType,SourceLocation TypeidLoc,TypeSourceInfo * Operand,SourceLocation RParenLoc) BuildCXXTypeId() argument 573 BuildCXXTypeId(QualType TypeInfoType,SourceLocation TypeidLoc,Expr * E,SourceLocation RParenLoc) BuildCXXTypeId() argument 681 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); ActOnCXXTypeid() local
|
H A D | TreeTransform.h | 3255 RebuildCXXTypeidExpr(QualType TypeInfoType,SourceLocation TypeidLoc,TypeSourceInfo * Operand,SourceLocation RParenLoc) RebuildCXXTypeidExpr() argument 3268 RebuildCXXTypeidExpr(QualType TypeInfoType,SourceLocation TypeidLoc,Expr * Operand,SourceLocation RParenLoc) RebuildCXXTypeidExpr() argument
|