Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4134 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4157 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1037 GenericSelectionExprBitfields GenericSelectionExprBits; member
H A DExpr.h5797 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1357 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()