HomeSort by: relevance | last modified time | path
    Searched refs:getCastKindName (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalysisOrderChecker.cpp 63 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName()
69 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName()
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp 194 Out << "\"cast_kind\": \"" << CS->getCastKindName() << "\", ";
CFG.cpp 5513 << CE->getCastKindName()
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3447 static const char *getCastKindName(CastKind CK);
3448 const char *getCastKindName() const { return getCastKindName(getCastKind()); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1232 JOS.attribute("castKind", CE->getCastKindName());
Expr.cpp 1818 const char *CastExpr::getCastKindName(CastKind CK) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 584 std::string(CastExpr::getCastKindName(Kind)))
SemaExpr.cpp 11460 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK)

Completed in 84 milliseconds