Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1039 SourceLocExprBitfields SourceLocExprBits; member
H A DExpr.h4626 return static_cast<IdentKind>(SourceLocExprBits.Kind); in getIdentKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1293 E->SourceLocExprBits.Kind = in VisitSourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2123 SourceLocExprBits.Kind = Kind; in SourceLocExpr()