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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h114 void addVar(StringRef Name, Init *I) { function in class:llvm::TGLocalVarScope
H A DTGParser.cpp2852 CurLocalScope->addVar(DeclName->getValue(), Value);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h184 void addVar(uint32_t Id, const MCSymbol *Sym, uint32_t Size) { function in class:llvm::BTFKindDataSec
H A DBTFDebug.cpp1162 DataSecEntries[SecName]->addVar(VarId, Asm->getSymbol(&Global), Size);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp321 void addVar(VarDecl *VD) { function in class:__anon2770::LocalScope
2039 Scope->addVar(VD);
2048 Scope->addVar(VD);

Completed in 191 milliseconds