HomeSort by relevance Sort by last modified time
    Searched refs:TranslationUnit (Results 1 - 13 of 13) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_index.py 15 assert isinstance(tu, TranslationUnit)
  /external/clang/include/clang/Analysis/
AnalysisContext.h 44 namespace idx { class TranslationUnit; }
76 // TranslationUnit is NULL if we don't have multiple translation units.
77 idx::TranslationUnit *TU;
102 idx::TranslationUnit *TU);
106 idx::TranslationUnit *TU,
114 idx::TranslationUnit *getTranslationUnit() const { return TU; }
215 idx::TranslationUnit *getTranslationUnit() const {
386 AnalysisDeclContext *getContext(const Decl *D, idx::TranslationUnit *TU = 0);
406 idx::TranslationUnit *TU) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 193 AnalysisDeclContext *getAnalysisDeclContext(const Decl *D, idx::TranslationUnit *TU) {
  /external/clang/bindings/python/clang/
cindex.py 31 TranslationUnit
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 37 idx::TranslationUnit *tu,
54 idx::TranslationUnit *tu)
199 idx::TranslationUnit *TU) {
  /external/clang/lib/Frontend/
ASTConsumers.cpp 116 case Decl::TranslationUnit:
  /external/clang/lib/AST/
DeclBase.cpp 525 case TranslationUnit:
774 while (DC->DeclKind != Decl::TranslationUnit) {
795 case Decl::TranslationUnit:
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 82 : Decl(TranslationUnit, 0, SourceLocation()),
83 DeclContext(TranslationUnit),
95 static bool classofKind(Kind K) { return K == TranslationUnit; }
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 513 CXTranslationUnit *TranslationUnit)
516 TU(TranslationUnit) { }
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 35 case Decl::TranslationUnit:
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 313 milliseconds