HomeSort by relevance Sort by last modified time
    Searched refs:CXXOperatorCallExpr (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/tools/libclang/
IndexBody.cpp 128 bool TraverseCXXOperatorCallExpr(CXXOperatorCallExpr *E) {
CIndex.cpp     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 625 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St,
636 virtual const CXXOperatorCallExpr *getOriginExpr() const {
637 return cast<CXXOperatorCallExpr>(CXXInstanceCall::getOriginExpr());
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 69 bool TraverseCXXOperatorCallExpr(CXXOperatorCallExpr *CE) {
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 894 if (const CXXOperatorCallExpr *OpCE = dyn_cast<CXXOperatorCallExpr>(CE)) {
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 799 CXXOperatorCallExpr> operatorCallExpr;
    [all...]
ASTMatchersInternal.h 479 TOOLING_COMPILE_ASSERT((llvm::is_same<T, CXXOperatorCallExpr>::value ||
494 /// \brief CXXOperatorCallExpr exist only for calls to overloaded operators
497 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 367 if (const CXXOperatorCallExpr *OE = dyn_cast<CXXOperatorCallExpr>(CE)) {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 537 static Stmt::StmtClass DecodeOperatorCall(const CXXOperatorCallExpr *S,
723 void StmtProfiler::VisitCXXOperatorCallExpr(const CXXOperatorCallExpr *S) {
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprCXX.cpp 451 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 54 class CXXOperatorCallExpr : public CallExpr {
66 CXXOperatorCallExpr(ASTContext& C, OverloadedOperatorKind Op, Expr *fn,
74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
    [all...]
RecursiveASTVisitor.h 161 isa<CaseStmt>(S) || isa<CXXOperatorCallExpr>(S);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaStmt.cpp 132 } else if (const CXXOperatorCallExpr *Op = dyn_cast<CXXOperatorCallExpr>(E)) {
    [all...]
SemaObjCProperty.cpp     [all...]
Sema.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 456 milliseconds

1 2