Searched refs:getTypeAsWritten (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp327 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
331 cast<CXXUnresolvedConstructExpr>(E)->getTypeAsWritten());
H A DASTDumper.cpp1787 << "<" << Node->getTypeAsWritten().getAsString() << ">"
1805 OS << " functional cast to " << Node->getTypeAsWritten().getAsString()
H A DStmtProfile.cpp427 VisitType(S->getTypeAsWritten());
1001 VisitType(S->getTypeAsWritten());
H A DDeclTemplate.cpp791 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
H A DTypePrinter.cpp927 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
H A DExpr.cpp2916 if (DCE->getTypeAsWritten()->isReferenceType() &&
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1178 Writer.AddTypeSourceInfo(D->getTypeAsWritten(), Record);
1179 if (D->getTypeAsWritten()) {
1244 Writer.AddTypeSourceInfo(D->getTypeAsWritten(), Record);
1245 if (D->getTypeAsWritten()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h1594 TypeSourceInfo *getTypeAsWritten() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2463 TypeSourceInfo *getTypeAsWritten() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
H A DRecursiveASTVisitor.h1653 We use getTypeAsWritten() to distinguish. */ \
1654 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \
H A DExpr.h2817 /// getTypeAsWritten - Returns the type that this expression is
2819 QualType getTypeAsWritten() const { return TInfo->getType(); } function in class:clang::StringLiteral::OffsetOfExpr::ExplicitCastExpr
H A DExprCXX.h3044 QualType getTypeAsWritten() const { return Type->getType(); }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp832 if (!DC->getTypeAsWritten()->isReferenceType())
H A DSemaExprObjC.cpp3389 castType = cast->getTypeAsWritten();
3393 castType = cast->getTypeAsWritten();
H A DSemaTemplateInstantiateDecl.cpp2341 TemplateSpecializationTypeLoc Loc = D->getTypeAsWritten()->getTypeLoc().
H A DSemaExpr.cpp13024 paramType = castArg->getTypeAsWritten();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp242 T = ExCast->getTypeAsWritten();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2511 const QualType NodeType = Node.getTypeAsWritten();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1811 QualType DestTy = DCE->getTypeAsWritten();
H A DCGExpr.cpp2822 ConvertType(CE->getTypeAsWritten()));
H A DCGDebugInfo.cpp235 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {

Completed in 304 milliseconds