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

12

  /external/clang/lib/AST/
DumpXML.cpp 417 // TranslationUnitDecl
418 void visitTranslationUnitDeclAsContext(TranslationUnitDecl *D) {
Expr.cpp 602 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) {
    [all...]
ASTContext.cpp 662 TUDecl = TranslationUnitDecl::Create(*this);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 215 void VisitTranslationUnitDecl(TranslationUnitDecl *TU);
392 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) {
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 572 const TranslationUnitDecl *TU,
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 154 TemplateDeclInstantiator::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp 636 bool CursorVisitor::VisitTranslationUnitDecl(TranslationUnitDecl *D) {
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 50 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl();
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 67 TranslationUnitDecl *TUDecl;
    [all...]
RewriteModernObjC.cpp 68 TranslationUnitDecl *TUDecl;
    [all...]

Completed in 319 milliseconds

12