Home
last modified time | relevance | path

Searched defs:isReturnValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp668 bool NativeRawSymbol::isReturnValue() const { in isReturnValue() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1202 bool DIARawSymbol::isReturnValue() const { in isReturnValue() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1469 bool isReturnValue = false) { in attrNonNullArgCheck()