Home
last modified time | relevance | path

Searched defs:IsRef (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode()
356 bool IsRef, const Decl *Parent, in handleDeclOccurrence()
479 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp130 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor()
/llvm-project/compiler-rt/lib/orc/
H A Derror.h189 static constexpr bool IsRef = std::is_reference<T>::value; variable
/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp203 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter
/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp129 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h817 template <uint16_t Kind> static bool IsRef(const Node BA) { in IsRef() function
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp842 bool IsRef = T->isLValueReferenceType(); in highlightMutableReferenceArgument() local