Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprClassification.cpp68 case Cl::CL_ClassTemporary: in ClassifyImpl()
85 return Cl::CL_ClassTemporary; in ClassifyTemporary()
421 return Cl::CL_ClassTemporary; in ClassifyInternal()
465 return Cl::CL_ClassTemporary; in ClassifyInternal()
716 case Cl::CL_ClassTemporary: return LV_ClassTemporary; in ClassifyLValue()
737 case Cl::CL_ClassTemporary: return MLV_ClassTemporary; in isModifiableLvalue()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h342 CL_ClassTemporary, // A temporary of class type, or subobject thereof. enumerator