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/lib/CodeGen/
CodeGenPGO.cpp
125
bool
VisitDecl
(const Decl *D) {
CoverageMappingGen.cpp
308
void
VisitDecl
(const Decl *D) {
580
void
VisitDecl
(const Decl *D) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
338
bool
VisitDecl
(Decl *D) {
/external/clang/include/clang/AST/
RecursiveASTVisitor.h
110
/// be
VisitDecl
(), VisitNamedDecl(), and then VisitNamespaceDecl()).
447
bool WalkUpFromDecl(Decl *D) { return getDerived().
VisitDecl
(D); }
448
bool
VisitDecl
(Decl *D) { return true; }
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
51
void
VisitDecl
(Decl *D);
277
void ASTDeclWriter::
VisitDecl
(Decl *D) {
322
VisitDecl
(D);
802
VisitDecl
(D);
[
all
...]
ASTReaderDecl.cpp
240
void
VisitDecl
(Decl *D);
468
void ASTDeclReader::
VisitDecl
(Decl *D) {
545
VisitDecl
(ND);
[
all
...]
/external/clang/lib/AST/
StmtProfile.cpp
44
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());
622
VisitDecl
(S->getDecl());
686
VisitDecl
(ON.getField());
724
VisitDecl
(S->getMemberDecl())
[
all
...]
ASTImporter.cpp
132
Decl *
VisitDecl
(Decl *D);
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
1103
Environment
VisitDecl
(clang::Decl* decl, const Environment& env) {
1123
out =
VisitDecl
(*decl, out);
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
Completed in 1506 milliseconds