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

  /external/clang/lib/AST/
StmtPrinter.cpp 335 OS << Node->getNameInfo() << ") ";
708 Node->getNameInfo().getName().getCXXOverloadedOperator();
716 OS << Node->getNameInfo();
838 OS << Node->getNameInfo();
850 OS << Node->getNameInfo();
861 OS << Node->getNameInfo();
    [all...]
StmtProfile.cpp 202 VisitName(S->getNameInfo().getName());
328 Profiler->VisitName(C->getNameInfo().getName());
    [all...]
DeclCXX.cpp     [all...]
DeclPrinter.cpp 410 std::string Proto = D->getNameInfo().getAsString();
    [all...]
Expr.cpp 443 return getNameInfo().getLocStart();
448 return getNameInfo().getLocEnd();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 270 DeclarationNameInfo getNameInfo() const { return NameInfo; }
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
ExprCXX.h     [all...]
DeclCXX.h     [all...]
OpenMPClause.h     [all...]
Decl.h     [all...]
Expr.h     [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 102 !function_decl->getNameInfo().getAsString().compare("$__lldb_expr"))
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 28 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
  /external/clang/tools/libclang/
CIndex.cpp 803 if (VisitDeclarationNameInfo(ND->getNameInfo()))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 906 milliseconds