Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp149 if ((!getSourceManager().isInSameSLocAddrSpace( in IsPreviousCachedToken()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp56 if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &RelOffs)) in isEmptyARCMTMacroStatement()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1393 bool isInSameSLocAddrSpace(SourceLocation LHS, SourceLocation RHS, in isInSameSLocAddrSpace() function
/src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2109 isInSameSLocAddrSpace(getComposedLoc(LChild, 0), in isInTheSameTranslationUnit()