Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp373 TypeLoc ParentTypeLoc; in VisitTypeLoc() local
385 ParentTypeLoc = *TL; in VisitTypeLoc()
402 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()
403 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()
425 if (!ParentTypeLoc.isNull()) { in VisitTypeLoc()
426 if (llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()
427 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
437 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()
438 llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()
439 TargetLoc = ParentTypeLoc; in VisitTypeLoc()