OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTypedefNameForAnonDecl
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
1920
static Error
setTypedefNameForAnonDecl
(TagDecl *From, TagDecl *To,
1924
To->
setTypedefNameForAnonDecl
(cast<TypedefNameDecl>(*ToTypedefOrErr));
1982
if (Error Err =
setTypedefNameForAnonDecl
(From, To, Importer))
2081
if (Error Err =
setTypedefNameForAnonDecl
(From, To, Importer))
Decl.cpp
4276
void TagDecl::
setTypedefNameForAnonDecl
(TypedefNameDecl *TDD) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
3504
void
setTypedefNameForAnonDecl
(TypedefNameDecl *TDD);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
894
newTag->
setTypedefNameForAnonDecl
(Typedef);
SemaDecl.cpp
4546
TagFromDeclSpec->
setTypedefNameForAnonDecl
(NewTD);
Completed in 98 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026