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)
199 /// getNameKind - Determine what kind of name this is.
200 NameKind getNameKind() const;
262 assert((getNameKind() == ObjCZeroArgSelector ||
263 getNameKind() == ObjCOneArgSelector ||
264 getNameKind() == ObjCMultiArgSelector ||
461 assert(Name.getNameKind() == DeclarationName::CXXConstructorName ||
462 Name.getNameKind() == DeclarationName::CXXDestructorName |
    [all...]
RecursiveASTVisitor.h 679 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()) {
138 DeclarationName::NameKind DeclarationName::getNameKind() const {
188 switch (getNameKind()) {
282 switch (getNameKind()) {
303 switch (getNameKind()) {
455 switch (Name.getNameKind()) {
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
MicrosoftMangle.cpp 466 switch (Name.getNameKind()) {
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
Expr.cpp 253 if (D->getDeclName().getNameKind()
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 198 D->getDeclName().getNameKind() == DeclarationName::Identifier)
257 D->getDeclName().getNameKind() == DeclarationName::Identifier)
281 D->getDeclName().getNameKind() == DeclarationName::Identifier)
714 D->getDeclName().getNameKind() == DeclarationName::Identifier &&
    [all...]
ASTWriter.cpp     [all...]
ASTReader.cpp 612 Key.Kind = Name.getNameKind();
613 switch (Name.getNameKind()) {
    [all...]
ASTWriterStmt.cpp 290 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 302 switch (NameInfo.getName().getNameKind()) {
SemaLookup.cpp 580 switch (Name.getNameKind()) {
603 switch (Name.getNameKind()) {
669 if (R.getLookupName().getNameKind()
    [all...]
SemaDecl.cpp     [all...]
SemaExprMember.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 621 switch (NameInfo.getName().getNameKind()) {
    [all...]
CIndex.cpp     [all...]

Completed in 3032 milliseconds