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

/external/clang/lib/AST/
H A DASTContext.cpp790 ASTContext::getTypeInfoInChars(const Type *T) const { function in class:ASTContext
797 ASTContext::getTypeInfoInChars(QualType T) const { function in class:ASTContext
798 return getTypeInfoInChars(T.getTypePtr());

Completed in 107 milliseconds