Lines Matching refs:getLocation

259     if (!LCF.isLocationInKnownFile(Decl->getLocation()))  in VisitVarDecl()
266 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitVarDecl()
320 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitFunctionDecl()
327 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitFunctionDecl()
357 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitEnumDecl()
368 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitEnumDecl()
400 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitRecordDecl()
409 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitRecordDecl()
436 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitObjCInterfaceDecl()
443 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCInterfaceDecl()
483 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitObjCProtocolDecl()
490 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCProtocolDecl()
521 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitTypedefNameDecl()
525 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitTypedefNameDecl()
551 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitObjCCategoryDecl()
620 Context.getSourceManager().getPresumedLoc(Constant->getLocation()); in recordEnumConstants()
647 Context.getSourceManager().getPresumedLoc(Field->getLocation()); in recordStructFields()
677 Context.getSourceManager().getPresumedLoc(Method->getLocation()); in recordObjCMethods()
704 Context.getSourceManager().getPresumedLoc(Property->getLocation()); in recordObjCProperties()
747 Context.getSourceManager().getPresumedLoc(Ivar->getLocation()); in recordObjCInstanceVariables()
809 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined()
840 if (!LCF.isLocationInKnownFile(PM.MacroNameToken.getLocation())) in EndOfMainFile()
844 PresumedLoc Loc = SM.getPresumedLoc(PM.MacroNameToken.getLocation()); in EndOfMainFile()
846 API.recordUSRForMacro(Name, PM.MacroNameToken.getLocation(), SM); in EndOfMainFile()