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

  /external/clang/lib/AST/
ExprClassification.cpp 325 return ClassifyUnnamed(Ctx, cast<ExplicitCastExpr>(E)->getTypeAsWritten());
577 if (const ExplicitCastExpr *CE =
578 dyn_cast<ExplicitCastExpr>(E->IgnoreParens())) {
StmtProfile.cpp 517 void StmtProfiler::VisitExplicitCastExpr(const ExplicitCastExpr *S) {
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 78 TypeCallPair VisitExplicitCastExpr(const ExplicitCastExpr *E) {
  /external/clang/include/clang/AST/
ExprCXX.h 180 class CXXNamedCastExpr : public ExplicitCastExpr {
192 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
196 : ExplicitCastExpr(SC, Shell, PathSize) { }
    [all...]
ExprObjC.h     [all...]
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 248 if (const ExplicitCastExpr *ExCast=dyn_cast_or_null<ExplicitCastExpr>(CastE))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp 274 Value *VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 686 void ASTStmtReader::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]
ASTWriterStmt.cpp 641 void ASTStmtWriter::VisitExplicitCastExpr(ExplicitCastExpr *E) {
    [all...]

Completed in 95 milliseconds