OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompleteType
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
205
void ChainedIncludesSource::
CompleteType
(TagDecl *Tag) {
206
return getFinalReader().
CompleteType
(Tag);
208
void ChainedIncludesSource::
CompleteType
(ObjCInterfaceDecl *Class) {
209
return getFinalReader().
CompleteType
(Class);
/external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
116
void MultiplexExternalSemaSource::
CompleteType
(TagDecl *Tag) {
118
Sources[i]->
CompleteType
(Tag);
121
void MultiplexExternalSemaSource::
CompleteType
(ObjCInterfaceDecl *Class) {
123
Sources[i]->
CompleteType
(Class);
/external/clang/include/clang/AST/
ExternalASTSource.h
180
virtual void
CompleteType
(TagDecl *Tag) {}
188
virtual void
CompleteType
(ObjCInterfaceDecl *Class) { }
Completed in 111 milliseconds