Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h64 bool ElideOverrideInfo) const;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h138 bool ElideOverrideInfo, raw_ostream &) = 0;
141 bool ElideOverrideInfo, raw_ostream &) = 0;
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp450 const GlobalDecl &D, const ThunkInfo &Thunk, bool ElideOverrideInfo) const { in getMangledCXXThunk()
455 MC->mangleCXXDtorThunk(Dtor, D.getDtorType(), Thunk, ElideOverrideInfo, in getMangledCXXThunk()
458 MC->mangleThunk(Method, Thunk, ElideOverrideInfo, NameStream); in getMangledCXXThunk()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp602 bool ElideOverrideInfo) { in getMangledThunk() argument
606 MC->mangleThunk(MD, T, ElideOverrideInfo, FOS); in getMangledThunk()
H A DItaniumMangle.cpp7398 bool ElideOverrideInfo, in mangleThunk() argument
7424 if (!ElideOverrideInfo) in mangleThunk()
7431 bool ElideOverrideInfo, in mangleCXXDtorThunk() argument
7444 if (!ElideOverrideInfo) in mangleCXXDtorThunk()
H A DMicrosoftMangle.cpp160 bool ElideOverrideInfo, raw_ostream &) override;
162 const ThunkInfo &Thunk, bool ElideOverrideInfo,