HomeSort by: relevance | last modified time | path
    Searched refs:BaseOrMemberType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 205 typedef llvm::PointerIntPair<const Decl *, 1, bool> BaseOrMemberType;
215 LValuePathEntry(BaseOrMemberType BaseOrMember);
222 BaseOrMemberType getAsBaseOrMember() const {
223 return BaseOrMemberType::getFromOpaqueValue(
AbstractBasicReader.h 204 APValue::LValuePathEntry(APValue::BaseOrMemberType(decl, int_)));
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 147 APValue::LValuePathEntry::LValuePathEntry(BaseOrMemberType BaseOrMember) {
ASTImporter.cpp 9287 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType(
ExprConstant.cpp 416 Entries.push_back(APValue::BaseOrMemberType(D, Virtual));

Completed in 29 milliseconds