Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLocInfoType.h21 class TypeSourceInfo; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h34 class TypeSourceInfo; variable
H A DAttr.h40 class TypeSourceInfo; variable
H A DDeclarationName.h35 class TypeSourceInfo; variable
H A DTemplateBase.h35 class TypeSourceInfo; variable
H A DTypeLoc.h27 class TypeSourceInfo; variable
H A DDecl.h64 TypeSourceInfo(QualType ty) : Ty(ty) { } in TypeSourceInfo() function