Home
last modified time | relevance | path

Searched defs:isReference (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h2431 ConstantEmission(llvm::Constant *C, bool isReference) in ConstantEmission()
2446 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference() function
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp1019 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafety.cpp359 bool isReference() { return !Exp; } in isReference() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1705 bool isReference) { in inferARCLifetimeForPointee()