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

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 86 return getDynamicAllocType();
122 QualType APValue::LValueBase::getDynamicAllocType() const {
722 << Base.getDynamicAllocType().stream(Policy) << "#"
750 Out << "{*new " << Base.getDynamicAllocType().stream(Policy) << "#"
ExprConstant.cpp 4111 LVal.Base.getDynamicAllocType());
6672 QualType AllocType = Pointer.Base.getDynamicAllocType();
11153 return B.getDynamicAllocType();
14440 QualType AllocType = Pointer.Base.getDynamicAllocType();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 178 QualType getDynamicAllocType() const;

Completed in 92 milliseconds