Searched refs:getIvarLBraceLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h1822 SourceLocation getIvarLBraceLoc() const { return IvarLBraceLoc; } function in class:clang::ObjCCategoryDecl
2111 SourceLocation getIvarLBraceLoc() const { return IvarLBraceLoc; } function in class:clang::ObjCImplementationDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp591 Writer.AddSourceLocation(D->getIvarLBraceLoc(), Record);
643 Writer.AddSourceLocation(D->getIvarLBraceLoc(), Record);
/external/clang/lib/AST/
H A DASTImporter.cpp3332 Importer.Import(D->getIvarLBraceLoc()),
3680 Importer.Import(D->getIvarLBraceLoc()),

Completed in 2225 milliseconds