Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4231 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4254 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1040 GenericSelectionExprBitfields GenericSelectionExprBits; in alignas() member
H A DExpr.h5876 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1352 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()