reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1357 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
tools/clang/lib/Sema/SemaType.cpp
 5568         TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc());
 5573         Visit(TL.getValueLoc());
 5789       CurrTL = ATL.getValueLoc().getUnqualifiedLoc();
tools/clang/lib/Sema/TreeTransform.h
 5935   QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc());
 5941       ValueType != TL.getValueLoc().getType()) {
tools/clang/tools/libclang/CIndex.cpp
 1768   return Visit(TL.getValueLoc());