Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp130 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h189 static constexpr bool IsRef = std::is_reference<T>::value; variable
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp201 bool ValueObjectPrinter::IsRef() { IsRef() function in ValueObjectPrinter
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h817 template <uint16_t Kind> static bool IsRef(const Node BA) { in IsRef() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp129 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local