HomeSort by relevance Sort by last modified time
    Searched refs:getNameLoc (Results 1 - 21 of 21) sorted by null

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 31 IndexCtx.handleReference(TL.getTypedefNameDecl(), TL.getNameLoc(),
51 if (D->getLocation() == TL.getNameLoc())
54 IndexCtx.handleReference(D, TL.getNameLoc(),
60 IndexCtx.handleReference(TL.getIFaceDecl(), TL.getNameLoc(),
CIndex.cpp     [all...]
CXCursor.cpp 825 void *RawLoc = E->getNameLoc().getPtrEncoding();
    [all...]
IndexingContext.cpp 173 return DL.getNameLoc();
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 460 SourceLocation getNameLoc() const {
467 return SourceRange(getNameLoc(), getNameLoc());
496 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
634 (D->getIdentifier() == nullptr || D->getLocation() == getNameLoc());
908 SourceLocation getNameLoc() const {
917 return SourceRange(getNameLoc(), getNameEndLoc());
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 251 Diag(R.getNameLoc(), diag::warn_cxx98_compat_non_static_member_use)
639 SemaRef.Diag(R.getNameLoc(), diag::err_qualified_member_nonclass)
652 SourceLocation TypoLoc = R.getNameLoc();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp 546 R.getNameLoc())) {
731 TemplateDeductionInfo Info(R.getNameLoc());
    [all...]
SemaCXXScopeSpec.cpp 577 Diag(R.getNameLoc(), diag::err_expected_class_or_namespace)
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateVariadic.cpp 55 Unexpanded.push_back(std::make_pair(TL.getTypePtr(), TL.getNameLoc()));
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp 366 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
387 Diag(Found.getNameLoc(),
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 545 SourceLocation getNameLoc() const {
  /external/clang/lib/Serialization/
ASTWriter.cpp 476 Writer.AddSourceLocation(TL.getNameLoc(), Record);
522 Writer.AddSourceLocation(TL.getNameLoc(), Record);
525 Writer.AddSourceLocation(TL.getNameLoc(), Record);
528 Writer.AddSourceLocation(TL.getNameLoc(), Record);
545 Writer.AddSourceLocation(TL.getNameLoc(), Record);
548 Writer.AddSourceLocation(TL.getNameLoc(), Record);
562 Writer.AddSourceLocation(TL.getNameLoc(), Record);
571 Writer.AddSourceLocation(TL.getNameLoc(), Record);
574 Writer.AddSourceLocation(TL.getNameLoc(), Record);
577 Writer.AddSourceLocation(TL.getNameLoc(), Record)
    [all...]
ASTWriterStmt.cpp     [all...]

Completed in 1725 milliseconds