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

1 2

  /frameworks/compile/slang/
slang_rs_export_element.h 31 class DeclaratorDecl;
67 const clang::DeclaratorDecl *DD);
slang_rs_export_element.cpp 120 const clang::DeclaratorDecl *DD) {
slang_rs_export_type.h 178 static const clang::Type *GetTypeOfDecl(const clang::DeclaratorDecl *DD);
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 25 class DeclaratorDecl;
103 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
MultiplexExternalSemaSource.h 25 class DeclaratorDecl;
250 SmallVectorImpl<const DeclaratorDecl*> &Decls);
Template.h 491 bool SubstQualifier(const DeclaratorDecl *OldDecl,
492 DeclaratorDecl *NewDecl);
Initialization.h 30 class DeclaratorDecl;
115 DeclaratorDecl *VariableOrMember;
316 DeclaratorDecl *getDecl() const;
    [all...]
  /external/clang/include/clang/AST/
DeclFriend.h 139 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
Decl.h 501 class DeclaratorDecl : public ValueDecl {
519 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L,
623 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
732 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
    [all...]
DeclTemplate.h     [all...]
RecursiveASTVisitor.h 407 bool TraverseDeclaratorHelper(DeclaratorDecl *D);
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 55 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
  /external/clang/tools/libclang/
CursorVisitor.h 212 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
IndexDecl.cpp 25 void handleDeclarator(const DeclaratorDecl *D, const NamedDecl *Parent = 0) {
RecursiveASTVisitor.h 402 bool TraverseDeclaratorHelper(DeclaratorDecl *D);
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclTemplate.cpp 512 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
579 return DeclaratorDecl::getSourceRange();
    [all...]
DumpXML.cpp 455 // DeclaratorDecl
456 void visitDeclaratorDeclChildren(DeclaratorDecl *D) {
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 217 SmallVectorImpl<const DeclaratorDecl*> &Decls) {
Sema.cpp 331 static bool ShouldRemoveFromUnused(Sema *SemaRef, const DeclaratorDecl *D) {
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 240 void VisitDeclaratorDecl(DeclaratorDecl *DD);
302 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
304 DeclaratorDecl::ExtInfo *Info =
305 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
486 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) {
490 DeclaratorDecl::ExtInfo *Info
491 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]
ASTWriterDecl.cpp 77 void VisitDeclaratorDecl(DeclaratorDecl *D);
134 // we handle it here in the case of those classes derived from DeclaratorDecl
135 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)){
302 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 314 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 929 milliseconds

1 2