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

  /external/clang/include/clang/AST/
StmtCXX.h 270 DeclarationNameInfo getNameInfo() const { return NameInfo; }
RecursiveASTVisitor.h     [all...]
DeclCXX.h     [all...]
ExprCXX.h     [all...]
Decl.h     [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 336 OS << Node->getNameInfo() << ") ";
566 OS << Node->getNameInfo();
580 OS << Node->getNameInfo();
593 OS << Node->getNameInfo();
    [all...]
DeclPrinter.cpp 407 std::string Proto = D->getNameInfo().getAsString();
    [all...]
StmtProfile.cpp 198 VisitName(S->getNameInfo().getName());
Expr.cpp 364 SourceRange R = getNameInfo().getSourceRange();
374 return getNameInfo().getLocStart();
379 return getNameInfo().getLocEnd();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 728 if (VisitDeclarationNameInfo(ND->getNameInfo()))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]