OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitTypedefDecl
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/AST/
DeclPrinter.cpp
49
void
VisitTypedefDecl
(TypedefDecl *D);
333
void DeclPrinter::
VisitTypedefDecl
(TypedefDecl *D) {
[
all
...]
ASTDumper.cpp
195
void
VisitTypedefDecl
(const TypedefDecl *D);
757
void ASTDumper::
VisitTypedefDecl
(const TypedefDecl *D) {
[
all
...]
ASTImporter.cpp
135
Decl *
VisitTypedefDecl
(TypedefDecl *D);
[
all
...]
/external/clang/tools/libclang/
CIndexUSRs.cpp
82
void
VisitTypedefDecl
(const TypedefDecl *D);
458
void USRGenerator::
VisitTypedefDecl
(const TypedefDecl *D) {
CIndex.cpp
650
bool CursorVisitor::
VisitTypedefDecl
(TypedefDecl *D) {
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
60
void
VisitTypedefDecl
(TypedefDecl *D);
197
void ASTDeclWriter::
VisitTypedefDecl
(TypedefDecl *D) {
[
all
...]
ASTReaderDecl.cpp
223
void
VisitTypedefDecl
(TypedefDecl *TD);
438
void ASTDeclReader::
VisitTypedefDecl
(TypedefDecl *TD) {
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
267
Decl *TemplateDeclInstantiator::
VisitTypedefDecl
(TypedefDecl *D) {
[
all
...]
Completed in 34 milliseconds