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

  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 594 else if(part === "." || part === "this") { this.isScoped = true; }
923 this.opcode('lookupWithHelpers', id.parts[0] || null, id.isScoped || false);
    [all...]
  /external/clang/lib/AST/
Type.cpp 659 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
725 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
765 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
820 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
835 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
    [all...]
DeclPrinter.cpp 345 if (D->isScoped()) {
    [all...]
ASTDumper.cpp 856 if (D->isScoped()) {
    [all...]
DeclBase.cpp 848 return !cast<EnumDecl>(this)->isScoped();
    [all...]
Decl.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 272 Record.push_back(D->isScoped());
    [all...]
ASTReaderDecl.cpp 511 ED->IsScoped = Record[Idx++];
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 672 PrevDecl, D->isScoped(),
712 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(),
724 if (isDeclWithinFunction(D) ? D == Def : Def && !Enum->isScoped()) {
780 !Enum->isScoped()) {
    [all...]
SemaDecl.cpp     [all...]
SemaCast.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 806 if (!EnumD->isScoped()) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1796 milliseconds