Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1302 void SetSpecifier(SymbolContextSpecifier *specifier);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1520 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() function in VirtSpecifiers
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2794 bool SetSpecifier(Specifier VS, SourceLocation Loc,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3703 void Target::StopHook::SetSpecifier(SymbolContextSpecifier *specifier) { in SetSpecifier() function in Target::StopHook
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2628 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5013 new_hook_sp->SetSpecifier(specifier_up.release()); in DoExecute()