Home
last modified time | relevance | path

Searched refs:CXXCE (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp2182 if (const CXXFunctionalCastExpr *CXXCE = in isUnusedResultAWarning() local
2184 Loc = CXXCE->getLocStart(); in isUnusedResultAWarning()
2185 R1 = CXXCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1331 if (const CXXOperatorCallExpr *CXXCE = in ActOnPropertyImplDecl() local
1333 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1550 if (const CXXOperatorCallExpr *CXXCE = in ActOnPropertyImplDecl() local
1552 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
/external/llvm-project/clang/lib/AST/
DExpr.cpp2637 if (const CXXFunctionalCastExpr *CXXCE = in isUnusedResultAWarning() local
2639 Loc = CXXCE->getBeginLoc(); in isUnusedResultAWarning()
2640 R1 = CXXCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()