Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1233 SourceLocExprBitfields SourceLocExprBits; in alignas() member
H A DExpr.h4719 return static_cast<SourceLocIdentKind>(SourceLocExprBits.Kind); in getIdentKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1323 E->SourceLocExprBits.Kind = Record.readInt(); in VisitSourceLocExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2221 SourceLocExprBits.Kind = llvm::to_underlying(Kind); in SourceLocExpr()