Searched refs:getLocalBeginLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 279 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 135 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
|
D | TreeTransform.h | 2872 Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc() 2884 Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc() 2886 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc() 2893 getDerived().TransformDecl(Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc() 2895 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
|
D | SemaType.cpp | 3615 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1278 Q.getLocalBeginLoc(), in VisitNestedNameSpecifierLoc() 1286 Q.getLocalBeginLoc(), in VisitNestedNameSpecifierLoc()
|