Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1519 if (const CXXOperatorCallExpr *CXXCE = in ActOnPropertyImplDecl() local
1521 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2933 if (const CXXFunctionalCastExpr *CXXCE = in isUnusedResultAWarning() local
2935 Loc = CXXCE->getBeginLoc(); in isUnusedResultAWarning()
2936 R1 = CXXCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()