Home
last modified time | relevance | path

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

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