OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNodeAs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegionInfo.h
112
RegionNodeBase<RegionTraits<MachineFunction>>::
getNodeAs
<MachineBasicBlock>()
121
RegionNodeBase<RegionTraits<MachineFunction>>::
getNodeAs
<MachineRegion>()
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
114
const T *
getNodeAs
(StringRef ID) const {
115
return MyBoundNodes.
getNodeAs
<T>(ID);
ASTMatchersInternal.h
233
const T *
getNodeAs
(StringRef ID) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionInfo.h
178
/// This can be either a BasicBlock or a subregion. Before calling
getNodeAs
()
182
template <class T> inline T *
getNodeAs
() const;
996
RegionNodeBase<RegionTraits<Function>>::
getNodeAs
<BasicBlock>() const {
1004
RegionNodeBase<RegionTraits<Function>>::
getNodeAs
<Region>() const {
1017
return OS << Node.template
getNodeAs
<RegionT>()->getNameStr();
1019
return OS << Node.template
getNodeAs
<BlockT>()->getName();
Completed in 53 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026