Home
last modified time | relevance | path

Searched refs:VarCreationState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h95 struct VarCreationState { struct
97 VarCreationState() = default; argument
98 VarCreationState(bool b) : S(b) {} in VarCreationState() function
99 static VarCreationState NotCreated() { return VarCreationState(); } in NotCreated() argument
293 VarCreationState visitVarDecl(const VarDecl *VD, bool Toplevel = false,
295 VarCreationState visitDecl(const VarDecl *VD,
H A DCompiler.cpp4559 VarCreationState Compiler<Emitter>::visitDecl(const VarDecl *VD, in visitDecl()
4650 VarCreationState Compiler<Emitter>::visitVarDecl(const VarDecl *VD, in visitVarDecl()
4660 return VarCreationState::NotCreated(); in visitVarDecl()