Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6466 bool IsDecltype = ExprEvalContexts.back().ExprContext == in MaybeBindToTemporary() local
6468 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary()
6489 if (IsDecltype) in MaybeBindToTemporary()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h972 bool IsDecltype; member