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

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

Completed in 144 milliseconds