HomeSort by relevance Sort by last modified time
    Searched full:cxxconstcastexpr (Results 1 - 21 of 21) sorted by null

  /external/clang/test/PCH/
cxx_exprs.cpp 25 // CXXConstCastExpr
cxx_exprs.h 16 // CXXConstCastExpr
  /external/clang/include/clang/Basic/
StmtNodes.td 109 def CXXConstCastExpr : DStmt<CXXNamedCastExpr>;
  /external/clang/lib/AST/
ExprCXX.cpp 688 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T,
694 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
697 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
698 return new (C) CXXConstCastExpr(EmptyShell());
    [all...]
StmtProfile.cpp 1124 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) {
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/docs/
ReleaseNotes.rst 150 constCastExpr cxxConstCastExpr
LibASTMatchersReference.html     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 131 REGISTER_MATCHER(cxxConstCastExpr);
  /external/clang/include/clang/AST/
ExprCXX.h 186 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
340 class CXXConstCastExpr : public CXXNamedCastExpr {
341 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
347 explicit CXXConstCastExpr(EmptyShell Empty)
351 static CXXConstCastExpr *Create(const ASTContext &Context, QualType T,
356 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 266 // CXXConstCastExpr
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1321 milliseconds