Searched defs:Pointee (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3082 QualType Pointee = PT->getPointeeType(); local
H A DASTContext.cpp2055 QualType Pointee = ptr->getPointeeType(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp4436 QualType Pointee = PTy->getPointeeType(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4832 QualType Pointee = readType(*Loc.F, Record, Idx); local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1973 PointerType(QualType Pointee, QualType CanonicalPtr) : argument
1992 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { argument
2043 BlockPointerType(QualType Pointee, QualTyp argument
2063 Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) argument
2160 MemberPointerType(QualType Pointee, const Type *Cls, QualType CanonicalPtr) argument
2195 Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, const Type *Class) argument
4448 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
[all...]

Completed in 259 milliseconds