Searched refs:setInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp490 void setInfo(const Expr *To, ConsumedState NS);
568 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedState NS) { function in class:ConsumedStmtVisitor
820 setInfo(Call->getArg(0), CS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h180 void setInfo(Constant *C) { setArgOperand(InfoArg, C); } function in class:llvm::CoroIdInst
H A DCoroSplit.cpp840 Shape.getSwitchCoroId()->setInfo(BC);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h726 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } function in struct:clang::DeclarationNameInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8612 NameInfo.setInfo(readDeclarationNameLoc(NameInfo.getName()));

Completed in 86 milliseconds