OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTranslationUnitDecl
(Results
1 - 25
of
50
) sorted by null
1
2
/external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
73
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransARCAssign.cpp
74
assignCheck.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransAPIUses.cpp
122
APIChecker(pass).TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransBlockObjCVariable.cpp
142
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransEmptyStatementsAndDealloc.cpp
175
DeclContext *DC = Ctx.
getTranslationUnitDecl
();
203
.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransRetainReleaseDealloc.cpp
218
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransUnbridgedCasts.cpp
202
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransZeroOutPropsInDealloc.cpp
197
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransAutoreleasePool.cpp
435
trans.TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
TransProperties.cpp
363
ImplementationChecker(pass).TraverseDecl(pass.Ctx.
getTranslationUnitDecl
());
/external/clang/lib/Index/
Program.cpp
49
FindEntitiesInDC(Ctx.
getTranslationUnitDecl
(), *this, Handler);
SelectorMap.cpp
63
SelMapper(SelMethMap, SelRefMap).Visit(Ctx.
getTranslationUnitDecl
());
DeclReferenceMap.cpp
72
RefMapper(Map).Visit(Ctx.
getTranslationUnitDecl
());
CallGraph.cpp
72
DeclContext *DC = Ctx.
getTranslationUnitDecl
();
Indexer.cpp
77
SelIdx.Visit(Ctx.
getTranslationUnitDecl
());
Entity.cpp
169
Parent.isInvalid() ? AST.
getTranslationUnitDecl
()
/external/clang/unittests/Frontend/
FrontendActionTest.cpp
41
TraverseDecl(context.
getTranslationUnitDecl
());
/external/clang/lib/Frontend/
ASTConsumers.cpp
44
Context.
getTranslationUnitDecl
()->print(Out, Policy);
103
PrintDeclContext(C.
getTranslationUnitDecl
(), 4);
413
C.
getTranslationUnitDecl
()->dumpXML(OS);
ASTMerge.cpp
58
TranslationUnitDecl *TU = Unit->getASTContext().
getTranslationUnitDecl
();
/frameworks/compile/slang/
slang_rs_context.cpp
146
clang::TranslationUnitDecl *TUDecl = mCtx.
getTranslationUnitDecl
();
197
clang::TranslationUnitDecl *TUDecl = mCtx.
getTranslationUnitDecl
();
slang_rs_export_func.cpp
76
Ctx.
getTranslationUnitDecl
(),
slang_rs_backend.cpp
139
clang::TranslationUnitDecl *TUDecl = C.
getTranslationUnitDecl
();
156
clang::TranslationUnitDecl *TUDecl = C.
getTranslationUnitDecl
();
slang_rs_export_foreach.cpp
242
Ctx.
getTranslationUnitDecl
(),
/external/v8/tools/gcmole/
gcmole.cc
155
TraverseDecl(ctx.
getTranslationUnitDecl
());
398
: ctx_(ctx), decl_ctx_(ctx.
getTranslationUnitDecl
()) {
448
TraverseDecl(ctx.
getTranslationUnitDecl
());
/external/clang/include/clang/AST/
DeclBase.h
335
TranslationUnitDecl *
getTranslationUnitDecl
();
336
const TranslationUnitDecl *
getTranslationUnitDecl
() const {
337
return const_cast<Decl*>(this)->
getTranslationUnitDecl
();
[
all
...]
Completed in 755 milliseconds
1
2