Home
last modified time | relevance | path

Searched refs:ReturnsPointer (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/
DNodeIntrospection.h38 enum LocationCallFlags { NoFlags, ReturnsPointer, IsCast }; enumerator
45 bool returnsPointer() const { return m_flags & ReturnsPointer; } in returnsPointer()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp2484 bool ReturnsPointer = BuiltinID == Builtin::BIaddressof || in CheckBuiltinFunctionCall() local
2487 (ReturnsPointer ? Result->isAnyPointerType() in CheckBuiltinFunctionCall()