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

/external/clang/lib/AST/
H A DASTContext.cpp2539 /// getMemberPointerType - Return the uniqued reference to the type for a
2541 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const { function in class:ASTContext
2556 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));

Completed in 432 milliseconds