Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4205 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4228 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1037 GenericSelectionExprBitfields GenericSelectionExprBits; in alignas() member
H A DExpr.h5864 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1367 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()