HomeSort by relevance Sort by last modified time
    Searched refs:BaseOrMemberType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
APValue.h 57 typedef llvm::PointerIntPair<const Decl *, 1, bool> BaseOrMemberType;
60 /// in the path. An opaque value of type BaseOrMemberType.
  /external/clang/lib/AST/
APValue.cpp 404 BaseOrMemberType::getFromOpaqueValue(Path[I].BaseOrMember).getPointer();
ExprConstant.cpp 72 APValue::BaseOrMemberType getAsBaseOrMember(APValue::LValuePathEntry E) {
73 APValue::BaseOrMemberType Value;
219 APValue::BaseOrMemberType Value(D, Virtual);
    [all...]

Completed in 166 milliseconds