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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 941 QualifierCollector Qc;
942 const Type *T = Qc.strip(Ty);
945 Qc.removeObjCGCAttr();
946 Qc.removeAddressSpace();
947 Qc.removeObjCLifetime();
952 if (Qc.hasConst()) {
954 Qc.removeConst();
955 } else if (Qc.hasVolatile()) {
957 Qc.removeVolatile();
958 } else if (Qc.hasRestrict())
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2013 QualifierCollector Qc(Qs);
2014 const Type *Ptr = Qc.strip(T);
2015 return getExtQualType(Ptr, Qc);

Completed in 39 milliseconds