Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1219 if (const CXXOperatorCallExpr *CXXCE = in ActOnPropertyImplDecl() local
1221 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
/external/clang/lib/AST/
DExpr.cpp2295 if (const CXXFunctionalCastExpr *CXXCE = in isUnusedResultAWarning() local
2297 Loc = CXXCE->getLocStart(); in isUnusedResultAWarning()
2298 R1 = CXXCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()