HomeSort by: relevance | last modified time | path
    Searched defs:isReference (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypePointer.cpp 55 dumpSymbolField(OS, "reference", isReference(), Indent);
107 bool NativeTypePointer::isReference() const {
NativeRawSymbol.cpp 660 bool NativeRawSymbol::isReference() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 1194 bool DIARawSymbol::isReference() const {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 152 bool isReference() const { return (storage_class & (STCref | STCout)) != 0; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3870 ConstantEmission(llvm::Constant *C, bool isReference)
3871 : ValueAndIsReference(C, isReference) {}
3885 bool isReference() const { return ValueAndIsReference.getInt(); }
3887 assert(isReference());
3893 assert(!isReference());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1945 bool isReference) {
1981 diag::err_arc_indirect_no_ownership, type, isReference));
1983 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference;

Completed in 34 milliseconds