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;
207 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
208 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty);
CGCall.h 125 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
129 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
CGCall.cpp 60 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
76 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> FTNP) {
90 CanQual<FunctionProtoType> FTP,
104 CanQual<FunctionProtoType> FTP) {
123 CanQual<FunctionProtoType> FTP) {
132 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
188 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
209 CanQual<FunctionProtoType> FTP = GetFormalType(D);
234 CanQual<FunctionProtoType> FTP = GetFormalType(D);
259 CanQual<FunctionNoProtoType> noProto = FTy.getAs<FunctionNoProtoType>()
    [all...]
CodeGenTypes.cpp 504 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
508 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
  /external/clang/lib/Sema/
SemaAccess.cpp 368 CanQual<FunctionProtoType> FriendTy
371 CanQual<FunctionProtoType> ContextTy
    [all...]
SemaOverload.cpp     [all...]

Completed in 75 milliseconds