Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp92 const FieldDecl *ActiveField = nullptr; in CheckActive() local
96 ActiveField = Field.getField(); in CheckActive()
103 << AK << InactiveField << !ActiveField << ActiveField; in CheckActive()
H A DPointer.cpp262 const FieldDecl *ActiveField = nullptr; in toRValue() local
276 R = APValue(ActiveField, Value); in toRValue()