Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DPointer.h235 bool isStaticTemporary() const { return isStatic() && isTemporary(); } in isStaticTemporary() function
DInterp.cpp147 if (!Ptr.isStaticTemporary()) in CheckTemporary()