Home
last modified time | relevance | path

Searched defs:CXXStaticCastExpr (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunicodetochar.cxx48 bool PostTraverseCXXStaticCastExpr(CXXStaticCastExpr *, bool) { in PostTraverseCXXStaticCastExpr() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunicodetochar.cxx48 bool PostTraverseCXXStaticCastExpr(CXXStaticCastExpr *, bool) { in PostTraverseCXXStaticCastExpr() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/sharedvisitor/
H A Ddummyplugin.hxx54 bool TraverseCXXStaticCastExpr( CXXStaticCastExpr* ) { return complain(); } in TraverseCXXStaticCastExpr() argument
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/libclangmm/src/
H A Dcursor.hpp99 CXXStaticCastExpr = 124, enumerator
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dclangimport.cpp63 static const std::string CXXStaticCastExpr = "CXXStaticCastExpr"; variable
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dclangimport.cpp63 static const std::string CXXStaticCastExpr = "CXXStaticCastExpr"; variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h329 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
336 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h423 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
430 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h321 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
328 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExprCXX.h422 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
429 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h412 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
419 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExprCXX.h425 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
436 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExprCXX.h412 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
419 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExprCXX.h435 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExprCXX.h310 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXStaticCastExpr() function
317 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() function