HomeSort by: relevance | last modified time | path
    Searched refs:ConstructorInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 1161 struct ConstructorInfo {
1171 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) {
1173 return ConstructorInfo{};
1178 ConstructorInfo Info = {DeclAccessPair::make(ND, D->getAccess()), nullptr,
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs 50 using System.Reflection; /* Assembly, ConstructorInfo */
183 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgunfmt.cs 26 using System.Reflection; /* Assembly, MethodInfo, ConstructorInfo */
167 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 3910 const ConstructorInfo &Info) {

Completed in 24 milliseconds