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

  /external/clang/lib/AST/
ExprClassification.cpp 318 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
558 if (const ExplicitCastExpr *CE =
559 dyn_cast<ExplicitCastExpr>(E->IgnoreParens())) {
StmtProfile.cpp 375 void StmtProfiler::VisitExplicitCastExpr(const ExplicitCastExpr *S) {
ItaniumMangle.cpp     [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 77 TypeCallPair VisitExplicitCastExpr(const ExplicitCastExpr *E) {
  /external/clang/include/clang/AST/
ExprCXX.h 165 class CXXNamedCastExpr : public ExplicitCastExpr {
175 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
179 : ExplicitCastExpr(SC, Shell, PathSize) { }
    [all...]
ExprObjC.h     [all...]
Expr.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 889 ExplicitCastExpr> explicitCastExpr;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 237 if (const ExplicitCastExpr *ExCast=dyn_cast_or_null<ExplicitCastExpr>(CastE))
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp 262 Value *VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 577 void ASTStmtWriter::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
ASTReaderStmt.cpp 601 void ASTStmtReader::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 508 milliseconds