Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp355 TypeLoc ParentTypeLoc; in VisitTypeLoc() local
367 ParentTypeLoc = *TL; in VisitTypeLoc()
384 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()
385 isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc))) in VisitTypeLoc()
407 if (!ParentTypeLoc.isNull()) { in VisitTypeLoc()
408 if (llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()
409 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
419 if (!ParentTypeLoc.isNull() && in VisitTypeLoc()
420 llvm::isa<ElaboratedType>(ParentTypeLoc.getType())) in VisitTypeLoc()
421 TargetLoc = ParentTypeLoc; in VisitTypeLoc()