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

  /external/clang/include/clang/AST/
CanonicalType.h 10 // This file defines the CanQual class template, which provides access to
33 /// The CanQual template is a lightweight smart pointer that provides access
39 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
41 /// a shorthand for @c CanQual<Type>.
43 /// An instance of @c CanQual<T> can be implicitly converted to a
44 /// @c CanQual<U> when T is derived from U, which essentially provides an
45 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
46 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
52 class CanQual {
    [all...]
DeclarationName.h 38 template <typename> class CanQual;
39 typedef CanQual<Type> CanQualType;
Type.h 100 template <typename> class CanQual;
101 typedef CanQual<Type> CanQualType;
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 60 CanQual<FunctionProtoType> Ty);
62 CanQual<FunctionNoProtoType> Ty);
CGFunctionInfo.h 298 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
302 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 47 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty) {
52 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty) {
CodeGenTypes.h 36 template <typename> class CanQual;
51 typedef CanQual<Type> CanQualType;
211 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
212 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty);
CodeGenTypes.cpp 509 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
513 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
CGCall.cpp 63 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
79 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> FTNP) {
93 CanQual<FunctionProtoType> FTP,
108 CanQual<FunctionProtoType> FTP) {
116 CanQual<FunctionProtoType> FTP) {
124 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
208 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
231 CanQual<FunctionProtoType> FTP = GetFormalType(D);
258 CanQual<FunctionProtoType> FPT = GetFormalType(D);
283 CanQual<FunctionProtoType> FTP = GetFormalType(D)
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 366 CanQual<FunctionProtoType> FriendTy
369 CanQual<FunctionProtoType> ContextTy
    [all...]
SemaOverload.cpp     [all...]

Completed in 216 milliseconds