HomeSort by relevance Sort by last modified time
    Searched refs:decls (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 145 // Look for type decls in dependent base classes that have known primary
    [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp 238 // 1) TagFriend to find undeclared friend decls
239 // 2) Namespace because they can't "overload" with tag decls.
241 // "overload" with tag decls.
318 assert(ResultKind != NotFound || Decls.size() == 0);
319 assert(ResultKind != Found || Decls.size() == 1);
320 assert(ResultKind != FoundOverloaded || Decls.size() > 1 ||
321 (Decls.size() == 1 &&
324 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
325 (Decls.size() == 1 && (Ambiguity == AmbiguousBaseSubobjects ||
355 unsigned N = Decls.size()
    [all...]
SemaStmt.cpp 311 // If we're in C89 mode, check that we don't have any decls after stmts. If
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 302 SmallVector<Decl *, 16> Decls;
303 Unit->findFileRegionDecls(File, Offset, Length, Decls);
305 // If we didn't find any file level decls for the file, try looking at the
307 while (Decls.empty() || Decls.front()->isTopLevelDeclInObjCContainer()) {
323 Unit->findFileRegionDecls(File, Offset, Length, Decls);
326 assert(!Decls.empty());
330 SmallVectorImpl<Decl *>::iterator DIt = Decls.begin();
331 for (SmallVectorImpl<Decl *>::iterator DE = Decls.end(); DIt != DE; ++DIt) {
368 // No Decls overlapped with the range. Move up the lexical context until ther
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 7677 ZoneList<Declaration*>* decls = target_info.scope()->declarations(); local
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 884 // Decls and Types block.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 963 milliseconds

1 2 3 45