Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4319 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4342 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1052 GenericSelectionExprBitfields GenericSelectionExprBits; member
H A DExpr.h5879 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1358 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()