Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5525 SourceLocation TTLoc = getLocation(); in isTransparentTagSlow() local
5527 if (!TTLoc.isMacroID() || !TDLoc.isMacroID()) in isTransparentTagSlow()
5530 return SM.getSpellingLoc(TTLoc) == SM.getSpellingLoc(TDLoc); in isTransparentTagSlow()