Searched refs:ElideOverrideInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Visitor.h | 64 bool ElideOverrideInfo) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Mangle.h | 138 bool ElideOverrideInfo, raw_ostream &) = 0; 141 bool ElideOverrideInfo, raw_ostream &) = 0;
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Visitor.cpp | 450 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 D | Mangle.cpp | 602 bool ElideOverrideInfo) { in getMangledThunk() argument 606 MC->mangleThunk(MD, T, ElideOverrideInfo, FOS); in getMangledThunk()
|
| H A D | ItaniumMangle.cpp | 7398 bool ElideOverrideInfo, in mangleThunk() argument 7424 if (!ElideOverrideInfo) in mangleThunk() 7431 bool ElideOverrideInfo, in mangleCXXDtorThunk() argument 7444 if (!ElideOverrideInfo) in mangleCXXDtorThunk()
|
| H A D | MicrosoftMangle.cpp | 160 bool ElideOverrideInfo, raw_ostream &) override; 162 const ThunkInfo &Thunk, bool ElideOverrideInfo,
|