Searched refs:isInSameSLocAddrSpace (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp149 if ((!getSourceManager().isInSameSLocAddrSpace(
H A DTokenLexer.cpp1014 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
1031 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(),
1044 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp56 if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &RelOffs))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1329 bool isInSameSLocAddrSpace(SourceLocation LHS, SourceLocation RHS, function in class:clang::SourceManager

Completed in 112 milliseconds