Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4975 SourceLocation TTLoc = getLocation(); in isTransparentTagSlow() local
4977 if (!TTLoc.isMacroID() || !TDLoc.isMacroID()) in isTransparentTagSlow()
4980 return SM.getSpellingLoc(TTLoc) == SM.getSpellingLoc(TDLoc); in isTransparentTagSlow()