Searched refs:CurLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | TokenLexer.cpp | 995 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens() local 1010 if (CurLoc.isFileID() != NextLoc.isFileID()) in updateConsecutiveMacroArgTokens() 1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs)) in updateConsecutiveMacroArgTokens() 1021 if (CurLoc.isMacroID() && !SM.isWrittenInSameFile(CurLoc, NextLoc)) in updateConsecutiveMacroArgTokens() 1024 CurLoc = NextLoc; in updateConsecutiveMacroArgTokens()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 175 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc); in setLocation() 185 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 186 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation() 192 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation() 197 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation() 477 if (Loc.isInvalid() && CurLoc.isInvalid()) in getColumnNumber() 480 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() 1067 getLineNumber(RD->getLocation().isValid() ? RD->getLocation() : CurLoc); in getOrCreateRecordFwdDecl() 1394 const unsigned line = getLineNumber(loc.isValid() ? loc : CurLoc); in createFieldType() 3919 CurLoc = SourceLocation(); in emitFunctionStart() [all …]
|
| D | CGDebugInfo.h | 66 SourceLocation CurLoc; variable 403 SourceLocation getLocation() const { return CurLoc; } in getLocation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 6098 SMLoc CurLoc = getLoc(); in parseDirectiveCPU() local 6114 Error(CurLoc, "unknown CPU name"); in parseDirectiveCPU() 6120 CurLoc = incrementLoc(CurLoc, CPU.size()); in parseDirectiveCPU() 6127 CurLoc = incrementLoc(CurLoc, 1); in parseDirectiveCPU() 6156 Error(CurLoc, "unsupported architectural extension"); in parseDirectiveCPU() 6158 CurLoc = incrementLoc(CurLoc, Name.size()); in parseDirectiveCPU()
|