Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDecl.cpp4943 SourceLocation TTLoc = getLocation(); in isTransparentTagSlow() local
4945 if (!TTLoc.isMacroID() || !TDLoc.isMacroID()) in isTransparentTagSlow()
4948 return SM.getSpellingLoc(TTLoc) == SM.getSpellingLoc(TDLoc); in isTransparentTagSlow()