OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_dyn_cast_or_null
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
ConcreteSymbolEnumerator.h
36
return
unique_dyn_cast_or_null
<ChildType>(Child);
40
return
unique_dyn_cast_or_null
<ChildType>(Enumerator->getNext());
PDBSymbol.h
90
return
unique_dyn_cast_or_null
<ConcreteT>(std::move(S));
96
return
unique_dyn_cast_or_null
<ConcreteT>(std::move(S));
164
return
unique_dyn_cast_or_null
<ConcreteType>(getSymbolByIdHelper(Id));
IPDBSession.h
42
return
unique_dyn_cast_or_null
<T>(getSymbolById(SymbolId));
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Casting.h
392
LLVM_NODISCARD inline auto
unique_dyn_cast_or_null
(std::unique_ptr<Y> &Val)
400
LLVM_NODISCARD inline auto
unique_dyn_cast_or_null
(std::unique_ptr<Y> &&Val) {
function in namespace:llvm
401
return
unique_dyn_cast_or_null
<X, Y>(Val);
Completed in 616 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026