Home
last modified time | relevance | path

Searched defs:setChild (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h735 void setChild(unsigned i, TreePatternNodePtr N) { Children[i] = N; } setChild() function