HomeSort by relevance Sort by last modified time
    Searched full:sdecl (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 215 ElemExtensionScript sdecl = (ElemExtensionScript) child; local
216 lang = sdecl.getLang();
217 srcURL = sdecl.getSrc();
218 ElemTemplateElement childOfSDecl = sdecl.getFirstChildElem();
296 ElemExtensionScript sdecl = (ElemExtensionScript) child;
298 lang = sdecl.getLang();
299 srcURL = sdecl.getSrc();
301 ElemTemplateElement childOfSDecl = sdecl.getFirstChildElem();
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 147 log->Printf(" [ClangASTImporter] DeportDecl called on (%sDecl*)%p from (ASTContext*)%p to (ASTContex*)%p",
172 log->Printf(" [ClangASTImporter] DeportDecl deported (%sDecl*)%p to (%sDecl*)%p",
187 log->Printf(" [ClangASTImporter] CompleteDecl called on (%sDecl*)%p",
592 log->Printf(" [ClangASTImporter] Imported (%sDecl*)%p, named %s (from (Decl*)%p), metadata 0x%" PRIx64,
601 log->Printf(" [ClangASTImporter] Imported (%sDecl*)%p (from (Decl*)%p), metadata 0x%" PRIx64,
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 755 if (ObjCInterfaceDecl *SDecl = ClassDecl->getSuperClass())
756 while (SDecl) {
757 for (const auto *PI : SDecl->all_referenced_protocols()) {
761 SDecl = SDecl->getSuperClass();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 386 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in '%s' (%sDecl*)%p with %s predicate",
394 log->Printf("FindExternalLexicalDecls[%u] on (ASTContext*)%p in (%sDecl*)%p with %s predicate",
457 log->Printf(" FELD[%d] Adding [to %sDecl %s] lexical %sDecl %s", current_id, context_named_decl->getDeclKindName(), context_named_decl->getNameAsString().c_str(), decl->getDeclKindName(), ast_dumper.GetCString());
459 log->Printf(" FELD[%d] Adding lexical %sDecl %s", current_id, decl->getDeclKindName(), ast_dumper.GetCString());
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 44 log->Printf("AppleObjCExternalASTSource::FindExternalVisibleDeclsByName[%u] on (ASTContext*)%p Looking for %s in (%sDecl*)%p",

Completed in 162 milliseconds