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 116 NameKind Kind = getNameKind();
124 if (getNameKind() == CXXOperatorName)
130 if (getNameKind() == CXXLiteralOperatorName)
204 /// getNameKind - Determine what kind of name this is.
205 NameKind getNameKind() const;
264 assert((getNameKind() == ObjCZeroArgSelector ||
265 getNameKind() == ObjCOneArgSelector ||
266 getNameKind() == ObjCMultiArgSelector ||
465 assert(Name.getNameKind() == DeclarationName::CXXConstructorName ||
466 Name.getNameKind() == DeclarationName::CXXDestructorName |
    [all...]
RecursiveASTVisitor.h 694 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()) {
198 DeclarationName::NameKind DeclarationName::getNameKind() const {
272 switch (getNameKind()) {
293 switch (getNameKind()) {
444 switch (Name.getNameKind()) {
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
MicrosoftMangle.cpp 476 switch (Name.getNameKind()) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
Expr.cpp 269 if (D->getDeclName().getNameKind()
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 208 D->getDeclName().getNameKind() == DeclarationName::Identifier)
268 D->getDeclName().getNameKind() == DeclarationName::Identifier)
292 D->getDeclName().getNameKind() == DeclarationName::Identifier)
731 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTWriter.cpp     [all...]
ASTReader.cpp 638 Key.Kind = Name.getNameKind();
639 switch (Name.getNameKind()) {
    [all...]
ASTWriterStmt.cpp 357 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 307 switch (NameInfo.getName().getNameKind()) {
    [all...]
SemaLookup.cpp 591 switch (Name.getNameKind()) {
614 switch (Name.getNameKind()) {
680 if (R.getLookupName().getNameKind()
    [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 628 switch (NameInfo.getName().getNameKind()) {
    [all...]
CIndex.cpp     [all...]

Completed in 652 milliseconds