HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAsWritten (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 305 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
309 cast<CXXUnresolvedConstructExpr>(E)->getTypeAsWritten());
StmtDumper.cpp 559 << "<" << Node->getTypeAsWritten().getAsString() << ">"
577 OS << " functional cast to " << Node->getTypeAsWritten().getAsString()
StmtProfile.cpp 372 VisitType(S->getTypeAsWritten());
915 VisitType(S->getTypeAsWritten());
StmtPrinter.cpp     [all...]
DeclTemplate.cpp 718 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
    [all...]
TypePrinter.cpp 709 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 825 if (!DC->getTypeAsWritten()->isReferenceType())
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 202 T = ExCast->getTypeAsWritten();
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
RecursiveASTVisitor.h     [all...]
ExprCXX.h     [all...]
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGDebugInfo.cpp 187 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 632 if (TypeSourceInfo *SpecType = D->getTypeAsWritten()) {
    [all...]

Completed in 273 milliseconds