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

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

Completed in 48 milliseconds