HomeSort by relevance Sort by last modified time
    Searched refs:CreatePointeeType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 112 llvm::DIType CreatePointeeType(QualType PointeeTy, llvm::DIFile F);
CGDebugInfo.cpp 546 /// CreatePointeeType - Create Pointee type. If Pointee is a record
548 llvm::DIType CGDebugInfo::CreatePointeeType(QualType PointeeTy,
581 return DBuilder.createReferenceType(CreatePointeeType(PointeeTy, Unit));
590 return DBuilder.createPointerType(CreatePointeeType(PointeeTy, Unit),
    [all...]

Completed in 217 milliseconds