Home
last modified time | relevance | path

Searched refs:SetSpecifier (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1261 void SetSpecifier(SymbolContextSpecifier *specifier);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1473 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() function in VirtSpecifiers
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2701 bool SetSpecifier(Specifier VS, SourceLocation Loc,
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3599 void Target::StopHook::SetSpecifier(SymbolContextSpecifier *specifier) { in SetSpecifier() function in Target::StopHook
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp2423 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4834 new_hook_sp->SetSpecifier(specifier_up.release()); in DoExecute()