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 117 NameKind Kind = getNameKind();
125 if (getNameKind() == CXXOperatorName)
131 if (getNameKind() == CXXLiteralOperatorName)
205 /// getNameKind - Determine what kind of name this is.
206 NameKind getNameKind() const;
265 assert((getNameKind() == ObjCZeroArgSelector ||
266 getNameKind() == ObjCOneArgSelector ||
267 getNameKind() == ObjCMultiArgSelector ||
466 assert(Name.getNameKind() == DeclarationName::CXXConstructorName ||
467 Name.getNameKind() == DeclarationName::CXXDestructorName |
    [all...]
DataRecursiveASTVisitor.h 664 switch (NameInfo.getName().getNameKind()) {
    [all...]
RecursiveASTVisitor.h 730 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...]
MicrosoftMangle.cpp 682 switch (Name.getNameKind()) {
    [all...]
ASTImporter.cpp     [all...]
Expr.cpp 241 if (D->getDeclName().getNameKind()
    [all...]
ItaniumMangle.cpp     [all...]
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 68 switch (clang_decl_name.getNameKind()) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 234 D->getDeclName().getNameKind() == DeclarationName::Identifier)
296 D->getDeclName().getNameKind() == DeclarationName::Identifier)
320 D->getDeclName().getNameKind() == DeclarationName::Identifier)
756 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTWriter.cpp     [all...]
ASTReader.cpp 866 Key.Kind = Name.getNameKind();
867 switch (Name.getNameKind()) {
    [all...]
ASTWriterStmt.cpp 353 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 307 switch (NameInfo.getName().getNameKind()) {
    [all...]
SemaLookup.cpp 597 switch (Name.getNameKind()) {
620 switch (Name.getNameKind()) {
686 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 1407 milliseconds

1 2