Home
last modified time | relevance | path

Searched defs:TypeSourceInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h20 class TypeSourceInfo; variable
H A DASTImporter.h49 class TypeSourceInfo; variable
H A DTypeLoc.h250 inline TypeSourceInfo::TypeSourceInfo(QualType ty, size_t DataSize) : Ty(ty) { in TypeSourceInfo() function
H A DExprCXX.h2784 size_t numTrailingObjects(OverloadToken<TypeSourceInfo *>) const { in numTrailingObjects()
H A DExpr.h5974 unsigned numTrailingObjects(OverloadToken<TypeSourceInfo *>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h43 class TypeSourceInfo; variable