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

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
Type.cpp 220 return Context.getQualifiedType(split.Ty, split.Quals);
227 return Context.getQualifiedType(desugar, split.Quals);
    [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
DeclObjC.cpp 730 selfTy = Context.getQualifiedType(selfTy, qs);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCast.cpp 521 = Context.getPointerType(Context.getQualifiedType(SrcConstruct, *i1));
523 = Context.getPointerType(Context.getQualifiedType(DestConstruct, *i2));
    [all...]
SemaObjCProperty.cpp 648 ivarType = S.Context.getQualifiedType(split);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 600 milliseconds