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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 546 SourceLocation ClassLoc,
570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
571 IDecl->setEndOfDefinitionLoc(ClassLoc);
617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
623 SourceRange(AtInterfaceLoc, ClassLoc))) {
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName,
990 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName;
1025 Diag(ClassLoc, diag::err_objc_parameterized_forward_class_first)
1056 typeParamList, PrevIDecl, ClassLoc);
    [all...]
SemaDeclCXX.cpp 13039 SourceLocation ClassLoc = ClassDecl->getLocation();
13042 DeclarationNameInfo NameInfo(Name, ClassLoc);
13044 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/ QualType(),
13072 SetDeclDeleted(DefaultCon, ClassLoc);
13318 SourceLocation ClassLoc = ClassDecl->getLocation();
13321 DeclarationNameInfo NameInfo(Name, ClassLoc);
13323 CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo,
13357 SetDeclDeleted(Destructor, ClassLoc);
13957 SourceLocation ClassLoc = ClassDecl->getLocation();
13958 DeclarationNameInfo NameInfo(Name, ClassLoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 271 IBCollInfo.classLoc = other.IBCollInfo.classLoc;
313 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart);
747 SourceLocation ClassLoc = D->getLocation();
748 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc
753 markEntityOccurrenceInFile(IFaceD, ClassLoc);
761 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
766 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
780 SourceLocation ClassLoc = D->getLocation()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1497 SourceLocation ClassLoc,
1500 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9471 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
9482 SourceLocation ClassLoc,
9511 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
9519 SourceLocation ClassLoc,
9526 SourceLocation ClassLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1266 SourceLocation ClassLoc = SourceLocation(),

Completed in 43 milliseconds