Home
last modified time | relevance | path

Searched refs:GenericSelectionExprBits (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4318 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4346 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4371 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4396 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1231 GenericSelectionExprBitfields GenericSelectionExprBits; in alignas() member
H A DExpr.h6050 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1387 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()