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

1 2

  /external/clang/include/clang/AST/
DeclarationName.h 118 NameKind Kind = getNameKind();
126 if (getNameKind() == CXXOperatorName)
132 if (getNameKind() == CXXLiteralOperatorName)
206 /// getNameKind - Determine what kind of name this is.
207 NameKind getNameKind() const;
266 assert((getNameKind() == ObjCZeroArgSelector ||
267 getNameKind() == ObjCOneArgSelector ||
268 getNameKind() == ObjCMultiArgSelector ||
467 assert(Name.getNameKind() == DeclarationName::CXXConstructorName ||
468 Name.getNameKind() == DeclarationName::CXXDestructorName |
    [all...]
DataRecursiveASTVisitor.h 667 switch (NameInfo.getName().getNameKind()) {
    [all...]
RecursiveASTVisitor.h 733 switch (NameInfo.getName().getNameKind()) {
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 81 if (LHS.getNameKind() != RHS.getNameKind())
82 return (LHS.getNameKind() < RHS.getNameKind() ? -1 : 1);
84 switch (LHS.getNameKind()) {
137 switch (N.getNameKind()) {
206 DeclarationName::NameKind DeclarationName::getNameKind() const {
280 switch (getNameKind()) {
301 switch (getNameKind()) {
452 switch (Name.getNameKind()) {
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp 897 switch (name.getNameKind()) {
932 switch (Name.getNameKind()) {
    [all...]
MicrosoftMangle.cpp 709 switch (Name.getNameKind()) {
    [all...]
ASTImporter.cpp     [all...]
Expr.cpp 241 if (D->getDeclName().getNameKind()
    [all...]
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 68 switch (clang_decl_name.getNameKind()) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 290 D->getDeclName().getNameKind() == DeclarationName::Identifier)
364 D->getDeclName().getNameKind() == DeclarationName::Identifier)
391 D->getDeclName().getNameKind() == DeclarationName::Identifier)
834 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
ASTWriterStmt.cpp 354 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 316 switch (NameInfo.getName().getNameKind()) {
    [all...]
SemaLookup.cpp 602 switch (Name.getNameKind()) {
625 switch (Name.getNameKind()) {
691 if (R.getLookupName().getNameKind()
    [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 83 switch (clang_decl_name.getNameKind()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 388 milliseconds

1 2