Home
last modified time | relevance | path

Searched refs:setObjectKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp538 E->setObjectKind(static_cast<ExprObjectKind>( in VisitExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h452 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2322 E->setObjectKind(OK_BitField); in BuildDeclRefExpr()
2329 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr()
H A DSemaChecking.cpp819 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9566 ToE->setObjectKind(FromE->getObjectKind()); in Import()