Home
last modified time | relevance | path

Searched refs:isReturnValue (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h213 bool isReturnValue() const override;
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h208 bool isReturnValue() const override;
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h235 virtual bool isReturnValue() const = 0;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp667 bool NativeRawSymbol::isReturnValue() const { in isReturnValue() function in NativeRawSymbol
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp377 RAW_METHOD_DUMP(OS, isReturnValue); in dump()
1202 bool DIARawSymbol::isReturnValue() const { in isReturnValue() function in DIARawSymbol
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp1567 bool isReturnValue = false) { in attrNonNullArgCheck() argument
1569 if (isReturnValue) in attrNonNullArgCheck()