Home
last modified time | relevance | path

Searched defs:IsPure (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3651 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11768 bool IsPure = NewFD->hasAttr<PureAttr>(); in CheckConstPureAttributesUsage() local