Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp412 const FieldDecl *ActiveField = nullptr; in toRValue() local
423 ActiveField = FP.getFieldDesc()->asFieldDecl(); in toRValue()
427 R = APValue(ActiveField, Value); in toRValue()
H A DInterp.cpp142 const FieldDecl *ActiveField = nullptr; in CheckActive() local
146 ActiveField = Field.getField(); in CheckActive()
153 << AK << InactiveField << !ActiveField << ActiveField; in CheckActive()