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 783 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 249 Diag(R.getNameLoc(), diag::warn_cxx98_compat_non_static_member_use)
627 SemaRef.Diag(R.getNameLoc(), diag::err_qualified_member_nonclass)
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
SemaAccess.cpp     [all...]
SemaLookup.cpp 541 R.getNameLoc())) {
726 TemplateDeductionInfo Info(R.getNameLoc());
    [all...]
SemaCXXScopeSpec.cpp 532 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 541 SourceLocation getNameLoc() const {
  /external/clang/lib/Serialization/
ASTWriter.cpp 463 Writer.AddSourceLocation(TL.getNameLoc(), Record);
509 Writer.AddSourceLocation(TL.getNameLoc(), Record);
512 Writer.AddSourceLocation(TL.getNameLoc(), Record);
515 Writer.AddSourceLocation(TL.getNameLoc(), Record);
532 Writer.AddSourceLocation(TL.getNameLoc(), Record);
535 Writer.AddSourceLocation(TL.getNameLoc(), Record);
549 Writer.AddSourceLocation(TL.getNameLoc(), Record);
558 Writer.AddSourceLocation(TL.getNameLoc(), Record);
561 Writer.AddSourceLocation(TL.getNameLoc(), Record);
564 Writer.AddSourceLocation(TL.getNameLoc(), Record)
    [all...]
ASTWriterStmt.cpp     [all...]

Completed in 216 milliseconds