OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRef
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp
69
return handleDeclOccurrence(D, Loc, /*
IsRef
=*/false, cast<Decl>(DC),
90
return handleDeclOccurrence(D, Loc, /*
IsRef
=*/true, Parent, Roles, Relations,
314
bool
IsRef
, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) {
315
if (!
IsRef
)
361
bool
IsRef
, const Decl *Parent,
387
if (!shouldReportOccurrenceForSystemDeclOnlyMode(
IsRef
, Roles, Relations))
399
if (!
IsRef
)
407
if (
IsRef
)
435
if (
IsRef
|| (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) {
460
if (!shouldIndexMacroOccurrence(/*
IsRef
=*/false, Loc)
[
all
...]
IndexingContext.h
127
bool shouldIndexMacroOccurrence(bool
IsRef
, SourceLocation Loc);
130
bool
IsRef
, const Decl *Parent,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp
104
bool
IsRef
, CheckerContext &C) const;
129
/// \param
IsRef
Whether the boolean parameter is a reference or not.
131
const CXXConstructorCall *Call, bool
IsRef
, CheckerContext &C) const {
136
if (
IsRef
) {
225
modelAssertionResultBoolConstructor(CtorCall, /*
IsRef
=*/false, C);
233
modelAssertionResultBoolConstructor(CtorCall, /*
IsRef
=*/true, C);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFLiveness.cpp
348
for (auto U : PA.Addr->members_if(DFG.
IsRef
<NodeAttrs::Use>, DFG)) {
494
if (!DFG.
IsRef
<NodeAttrs::Def>(R))
593
if (!DFG.
IsRef
<NodeAttrs::Use>(I) || SeenUses.count(I.Id))
674
NodeList PUs = PA.Addr->members_if(DFG.
IsRef
<NodeAttrs::Use>, DFG);
727
NodeList Ds = PA.Addr->members_if(DFG.
IsRef
<NodeAttrs::Def>, DFG);
807
for (auto U : PA.Addr->members_if(DFG.
IsRef
<NodeAttrs::Use>, DFG)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.cpp
129
bool
IsRef
= (V.Type == BT::BitValue::Ref);
131
if (!
IsRef
&& V == SV)
133
if (
IsRef
&& SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h
782
static bool
IsRef
(const NodeAddr<NodeBase*> BA) {
Completed in 73 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026