Searched refs:BaseOrMemberType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h57 typedef llvm::PointerIntPair<const Decl *, 1, bool> BaseOrMemberType; typedef in class:clang::APValue
60 /// in the path. An opaque value of type BaseOrMemberType.
/external/clang/lib/AST/
H A DAPValue.cpp445 BaseOrMemberType::getFromOpaqueValue(Path[I].BaseOrMember).getPointer();
H A DExprConstant.cpp90 APValue::BaseOrMemberType getAsBaseOrMember(APValue::LValuePathEntry E) {
91 APValue::BaseOrMemberType Value;
237 APValue::BaseOrMemberType Value(D, Virtual);

Completed in 1179 milliseconds