Searched refs:SrcPos (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 310 SMLoc SrcPos; member
|
| H A D | TGLexer.cpp | 789 return ReturnError(IfdefEntry.SrcPos, "previous #else is here"); in lexPreprocessor() 1045 PrintError(PrepControl.SrcPos, "the latest preprocessor control is here"); in prepReportPreprocessorStackError()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 802 void addScopeChangesHandling(LocalScope::const_iterator SrcPos, 805 CFGBlock *createScopeChangesHandlingBlock(LocalScope::const_iterator SrcPos, 2033 void CFGBuilder::addScopeChangesHandling(LocalScope::const_iterator SrcPos, in addScopeChangesHandling() argument 2042 if (SrcPos == DstPos) in addScopeChangesHandling() 2047 LocalScope::const_iterator BasePos = SrcPos.shared_parent(DstPos); in addScopeChangesHandling() 2058 addAutomaticObjHandling(SrcPos, BasePos, S); in addScopeChangesHandling() 2067 LocalScope::const_iterator SrcPos, CFGBlock *SrcBlk, in createScopeChangesHandlingBlock() argument 2069 if (SrcPos == DstPos) in createScopeChangesHandlingBlock() 2073 (!BuildOpts.AddScopes || SrcPos.inSameLocalScope(DstPos))) in createScopeChangesHandlingBlock() 2087 addScopeChangesHandling(SrcPos, DstPos, Block->getTerminatorStmt()); in createScopeChangesHandlingBlock()
|