Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h213 bool isReturnValue() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h208 bool isReturnValue() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h235 virtual bool isReturnValue() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp667 bool NativeRawSymbol::isReturnValue() const { in isReturnValue() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp383 MOCK_SYMBOL_ACCESSOR(isReturnValue)
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp1566 bool isReturnValue = false) { in attrNonNullArgCheck() argument
1568 if (isReturnValue) in attrNonNullArgCheck()