HomeSort by relevance Sort by last modified time
    Searched full:declarationname (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/clang/include/clang/AST/
Decl.h 19 #include "clang/AST/DeclarationName.h"
110 DeclarationName Name;
116 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N)
150 DeclarationName getDeclName() const { return Name; }
153 void setDeclName(DeclarationName N) { Name = N; }
468 DeclarationName N, QualType T)
537 DeclarationName N, QualType T, TypeSourceInfo *TInfo,
    [all...]
CXXInheritance.h 19 #include "clang/AST/DeclarationName.h"
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaLambda.cpp 133 DeclarationName MethodName
829 DeclarationName Name
    [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 120 typedef llvm::DenseMap<DeclarationName, ShadowMapEntry> ShadowMap;
802 DeclarationName ConstructorName
    [all...]
SemaTemplate.cpp 144 DeclarationName TName;
149 TName = DeclarationName(Name.Identifier);
318 DeclarationName Name = Found.getLookupName();
    [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
CodeCompleteConsumer.cpp 584 DeclarationName Name = R.Declaration->getDeclName();
SemaTemplateInstantiateDecl.cpp 76 DeclarationName());
547 D->getLocation(), DeclarationName());
622 DeclarationName());
650 UnderlyingLoc, DeclarationName());
    [all...]
SemaAccess.cpp     [all...]
SemaCXXScopeSpec.cpp 490 DeclarationName Name = Found.getLookupName();
    [all...]
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 88 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name);
Initialization.h 344 DeclarationName getName() const;
    [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...]
ASTWriterStmt.cpp 357 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
361 nk == DeclarationName::Identifier) {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 50 void VisitName(DeclarationName Name);
1193 void StmtProfiler::VisitName(DeclarationName Name) {
    [all...]
Decl.cpp     [all...]
DumpXML.cpp 254 void setName(DeclarationName Name) {
ASTDiagnostic.cpp 301 "Invalid modifier for DeclarationName argument");
303 OS << DeclarationName::getFromOpaqueInteger(Val);
    [all...]
ASTDumper.cpp 527 DeclarationName Name = I.getLookupName();
533 OS << "DeclarationName ";
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 311 // DeclarationName::getAsString().
313 << DeclarationName(D->getSelector());
CXType.cpp 781 DeclarationName FieldName(II);

Completed in 844 milliseconds

1 23 4