HomeSort by: relevance | last modified time | path
    Searched defs:getTypeAsWritten (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 2021 TypeSourceInfo *getTypeAsWritten() const {
2873 TypeSourceInfo *getTypeAsWritten() const {
ExprCXX.h 3464 QualType getTypeAsWritten() const { return TSI->getType(); }
Expr.h 3644 /// getTypeAsWritten - Returns the type that this expression is
3646 QualType getTypeAsWritten() const { return TInfo->getType(); }

Completed in 50 milliseconds