Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DNestedNameSpecifier.h279 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp136 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
DTreeTransform.h2911 Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
2923 Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
2925 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
2932 getDerived().TransformDecl(Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
2934 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
DSemaType.cpp3714 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()