OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitDecl
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
RecursiveASTVisitor.h
113
/// be
VisitDecl
(), VisitNamedDecl(), and then VisitNamespaceDecl()).
396
bool WalkUpFromDecl(Decl *D) { return getDerived().
VisitDecl
(D); }
397
bool
VisitDecl
(Decl *D) { return true; }
[
all
...]
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
318
bool
VisitDecl
(Decl *D) {
/external/clang/tools/libclang/
RecursiveASTVisitor.h
114
/// be
VisitDecl
(), VisitNamedDecl(), and then VisitNamespaceDecl()).
383
bool WalkUpFromDecl(Decl *D) { return getDerived().
VisitDecl
(D); }
384
bool
VisitDecl
(Decl *D) { return true; }
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
51
void
VisitDecl
(Decl *D);
156
void ASTDeclWriter::
VisitDecl
(Decl *D) {
178
VisitDecl
(D);
635
VisitDecl
(D);
796
VisitDecl
(D);
803
VisitDecl
(D);
808
VisitDecl
(D);
839
VisitDecl
(CD);
847
VisitDecl
(D);
[
all
...]
ASTReaderDecl.cpp
214
void
VisitDecl
(Decl *D);
351
void ASTDeclReader::
VisitDecl
(Decl *D) {
415
VisitDecl
(ND);
[
all
...]
/external/chromium_org/v8/tools/gcmole/
gcmole.cc
1119
Environment
VisitDecl
(clang::Decl* decl, const Environment& env) {
1139
out =
VisitDecl
(*decl, out);
[
all
...]
/external/clang/lib/AST/
StmtProfile.cpp
43
void
VisitDecl
(const Decl *D);
84
VisitDecl
(*D);
109
VisitDecl
(S->getDecl());
119
VisitDecl
(S->getConditionVariable());
124
VisitDecl
(S->getConditionVariable());
129
VisitDecl
(S->getConditionVariable());
142
VisitDecl
(S->getLabel());
297
VisitDecl
(S->getDecl());
359
VisitDecl
(ON.getField());
393
VisitDecl
(S->getMemberDecl())
[
all
...]
ASTImporter.cpp
131
Decl *
VisitDecl
(Decl *D);
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
1121
Environment
VisitDecl
(clang::Decl* decl, const Environment& env) {
1141
out =
VisitDecl
(*decl, out);
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
Completed in 455 milliseconds