Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h2200 ConstantEmission(llvm::Constant *C, bool isReference) in ConstantEmission()
2215 bool isReference() const { return ValueAndIsReference.getInt(); } in isReference() function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp309 bool isReference() { return !Exp; } in isReference() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1267 bool isReference) { in inferARCLifetimeForPointee()