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

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

Completed in 574 milliseconds