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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 345 return CastExpr1->getTypeAsWritten() == CastExpr2->getTypeAsWritten();
  /external/clang/lib/AST/
ExprClassification.cpp 325 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
329 cast<CXXUnresolvedConstructExpr>(E)->getTypeAsWritten());
ASTDumper.cpp     [all...]
StmtProfile.cpp 519 VisitType(S->getTypeAsWritten());
1080 VisitType(S->getTypeAsWritten());
    [all...]
DeclTemplate.cpp 770 End = getTypeAsWritten()->getTypeLoc().getEndLoc()
    [all...]
TypePrinter.cpp 940 if (TypeSourceInfo *TAW = Spec->getTypeAsWritten()) {
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
DeclTemplate.h     [all...]
ExprCXX.h     [all...]
RecursiveASTVisitor.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 249 T = ExCast->getTypeAsWritten();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 700 if (TypeSourceInfo *SpecType = D->getTypeAsWritten()) {
    [all...]

Completed in 775 milliseconds