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 104 template <typename> class CanQual;
105 typedef CanQual<Type> CanQualType;
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 64 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty,
67 CanQual<FunctionNoProtoType> Ty);
CGFunctionInfo.h 312 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
316 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 47 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty,
53 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty) {
CodeGenTypes.h 36 template <typename> class CanQual;
51 typedef CanQual<Type> CanQualType;
275 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty,
277 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionNoProtoType> Ty);
CodeGenTypes.cpp 336 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)), FD);
340 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
CGCall.cpp 71 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
87 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> FTNP) {
100 const CanQual<FunctionProtoType> &FPT,
126 CanQual<FunctionProtoType> FTP,
140 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP,
211 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
237 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
269 CanQual<FunctionProtoType> FPT = GetFormalType(D);
299 CanQual<FunctionNoProtoType> noProto = FTy.getAs<FunctionNoProtoType>();
373 CanQual<FunctionProtoType> FTP = GetFormalType(MD)
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 371 CanQual<FunctionProtoType> FriendTy
374 CanQual<FunctionProtoType> ContextTy
    [all...]
SemaOverload.cpp     [all...]

Completed in 179 milliseconds