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

1 2

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 166 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
  /external/clang/lib/AST/
StmtPrinter.cpp 336 OS << Node->getNameInfo() << ") ";
806 Node->getNameInfo().getName().getCXXOverloadedOperator();
814 OS << Node->getNameInfo();
1087 OS << Node->getNameInfo();
1099 OS << Node->getNameInfo();
1110 OS << Node->getNameInfo();
    [all...]
DeclCXX.cpp     [all...]
StmtProfile.cpp 203 VisitName(S->getNameInfo().getName());
386 Profiler->VisitName(C->getNameInfo().getName());
    [all...]
DeclPrinter.cpp 467 std::string Proto = D->getNameInfo().getAsString();
    [all...]
Expr.cpp 441 return getNameInfo().getLocStart();
446 return getNameInfo().getLocEnd();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 271 DeclarationNameInfo getNameInfo() const { return NameInfo; }
RecursiveASTVisitor.h     [all...]
ExprCXX.h     [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
OpenMPClause.h     [all...]
Expr.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 814 if (VisitDeclarationNameInfo(ND->getNameInfo()))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaAccess.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 823 milliseconds

1 2