HomeSort by relevance Sort by last modified time
    Searched refs:TU (Results 26 - 49 of 49) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 179 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
  /external/clang/include/clang-c/
Index.h 188 * TU = clang_createTranslationUnit(Idx, "IndexTest.pch");
191 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
193 * clang_disposeTranslationUnit(TU);
198 * TU = clang_createTranslationUnitFromSourceFile(Idx, "IndexTest.c", 2, args,
200 * clang_visitChildren(clang_getTranslationUnitCursor(TU),
202 * clang_disposeTranslationUnit(TU);
323 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
328 * \param tu the translation unit
332 * \returns the file handle for the named file in the translation unit \p tu,
335 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 123 void traverse(TranslationUnitDecl *TU);
Transforms.cpp 516 void MigrationContext::traverse(TranslationUnitDecl *TU) {
521 ASTTransform(*this).TraverseDecl(TU);
ObjCMT.cpp 715 TranslationUnitDecl *TU = Ctx.getTranslationUnitDecl();
717 for (DeclContext::decl_iterator D = TU->decls_begin(), DEnd = TU->decls_end();
  /external/clang/tools/libclang/
CIndexUSRs.cpp 237 // but their enclosing DeclContext is the function, not the TU. We need
830 CXTranslationUnit TU = cxcursor::getCursorTU(C);
831 if (!TU)
834 cxstring::CXStringBuf *buf = cxstring::getCXStringBuf(TU);
851 CXTranslationUnit TU = cxcursor::getCursorTU(C);
852 if (!TU)
855 cxstring::CXStringBuf *buf = cxstring::getCXStringBuf(TU);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 293 /// \brief Build the call graph for all the top level decls of this TU and
490 TranslationUnitDecl *TU = C.getTranslationUnitDecl();
491 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR);
516 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR);
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 165 case EventRecurrence.TU: return Calendar.TUESDAY;
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 70 const TranslationUnitDecl *TU,
73 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR);
CheckerManager.h 390 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 572 const TranslationUnitDecl *TU,
576 EndOfTranslationUnitCheckers[i](TU, mgr, BR);
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 215 void VisitTranslationUnitDecl(TranslationUnitDecl *TU);
410 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) {
    [all...]
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 448 DeclContext *TU = Context.getTranslationUnitDecl();
449 NSStringDecl = ObjCInterfaceDecl::Create(Context, TU,
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1668 milliseconds

12