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
66 return ::getCurrentInstantiationOf(T, CurContext);
92 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
181 return getCurrentInstantiationOf(NNS) == 0;
189 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { function in class:Sema
197 return ::getCurrentInstantiationOf(T, CurContext);

Completed in 145 milliseconds