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

  /external/clang/include/clang/AST/
DeclarationName.h 109 if (getNameKind() >= CXXConstructorName &&
110 getNameKind() <= CXXConversionFunctionName)
117 if (getNameKind() == CXXOperatorName)
123 if (getNameKind() == CXXLiteralOperatorName)
192 /// getNameKind - Determine what kind of name this is.
193 NameKind getNameKind() const;
449 assert(Name.getNameKind() == DeclarationName::CXXConstructorName ||
450 Name.getNameKind() == DeclarationName::CXXDestructorName ||
451 Name.getNameKind() == DeclarationName::CXXConversionFunctionName);
457 assert(Name.getNameKind() == DeclarationName::CXXConstructorName |
    [all...]
RecursiveASTVisitor.h 664 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()) {
165 DeclarationName::NameKind DeclarationName::getNameKind() const {
215 switch (getNameKind()) {
309 switch (getNameKind()) {
327 switch (getNameKind()) {
348 switch (getNameKind()) {
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
MicrosoftMangle.cpp 298 switch (Name.getNameKind()) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
Expr.cpp 167 if (D->getDeclName().getNameKind()
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp 196 D->getDeclName().getNameKind() == DeclarationName::Identifier)
254 D->getDeclName().getNameKind() == DeclarationName::Identifier)
277 D->getDeclName().getNameKind() == DeclarationName::Identifier)
700 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTReader.cpp 640 Key.Kind = Name.getNameKind();
641 switch (Name.getNameKind()) {
    [all...]
ASTWriterStmt.cpp 284 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 260 switch (NameInfo.getName().getNameKind()) {
SemaLookup.cpp 579 switch (Name.getNameKind()) {
602 switch (Name.getNameKind()) {
669 if (R.getLookupName().getNameKind()
    [all...]
SemaDecl.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1373 milliseconds