Searched defs:getCurrentInstantiationOf (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp29 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, function
60 return ::getCurrentInstantiationOf(T, CurContext);
85 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
168 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { function in class:Sema
176 return ::getCurrentInstantiationOf(T, CurContext);

Completed in 118 milliseconds