Searched refs:SrcPos (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 308 SMLoc SrcPos; member
|
H A D | TGLexer.cpp | 771 return ReturnError(IfdefEntry.SrcPos, "Previous #else is here"); in lexPreprocessor() 1052 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 779 void addScopeChangesHandling(LocalScope::const_iterator SrcPos, 782 CFGBlock *createScopeChangesHandlingBlock(LocalScope::const_iterator SrcPos, 1946 void CFGBuilder::addScopeChangesHandling(LocalScope::const_iterator SrcPos, in addScopeChangesHandling() argument 1955 if (SrcPos == DstPos) in addScopeChangesHandling() 1960 LocalScope::const_iterator BasePos = SrcPos.shared_parent(DstPos); in addScopeChangesHandling() 1971 addAutomaticObjHandling(SrcPos, BasePos, S); in addScopeChangesHandling() 1980 LocalScope::const_iterator SrcPos, CFGBlock *SrcBlk, in createScopeChangesHandlingBlock() argument 1982 if (SrcPos == DstPos) in createScopeChangesHandlingBlock() 1986 (!BuildOpts.AddScopes || SrcPos.inSameLocalScope(DstPos))) in createScopeChangesHandlingBlock() 2000 addScopeChangesHandling(SrcPos, DstPos, Block->getTerminatorStmt()); in createScopeChangesHandlingBlock()
|