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.cpp5674 SourceLocation TTLoc = getLocation(); in isTransparentTagSlow() local
5676 if (!TTLoc.isMacroID() || !TDLoc.isMacroID()) in isTransparentTagSlow()
5679 return SM.getSpellingLoc(TTLoc) == SM.getSpellingLoc(TDLoc); in isTransparentTagSlow()