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

  /external/clang/include/clang/AST/
CanonicalType.h 10 // This file defines the CanQual class template, which provides access to
34 /// The CanQual template is a lightweight smart pointer that provides access
40 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
42 /// a shorthand for @c CanQual<Type>.
44 /// An instance of @c CanQual<T> can be implicitly converted to a
45 /// @c CanQual<U> when T is derived from U, which essentially provides an
46 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
47 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
53 class CanQual {
    [all...]
DeclarationName.h 37 template <typename> class CanQual;
38 typedef CanQual<Type> CanQualType;
Type.h 101 template <typename> class CanQual;
102 typedef CanQual<Type> CanQualType;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 35 template <typename> class CanQual;
50 typedef CanQual<Type> CanQualType;
210 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
211 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty);
CGCall.h 152 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
156 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
CodeGenTypes.cpp 511 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
515 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
CGCall.cpp 60 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
76 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> FTNP) {
88 CanQual<FunctionProtoType> FTP,
102 CanQual<FunctionProtoType> FTP) {
121 CanQual<FunctionProtoType> FTP) {
130 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
186 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
210 CanQual<FunctionProtoType> FTP = GetFormalType(D);
238 CanQual<FunctionProtoType> FTP = GetFormalType(D);
263 CanQual<FunctionNoProtoType> noProto = FTy.getAs<FunctionNoProtoType>()
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 368 CanQual<FunctionProtoType> FriendTy
371 CanQual<FunctionProtoType> ContextTy
    [all...]
SemaOverload.cpp     [all...]

Completed in 1100 milliseconds