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

/external/clang/include/clang/Sema/
H A DSema.h6102 struct ActiveTemplateInstantiation { struct in class:clang::Sema
6173 ActiveTemplateInstantiation() function in struct:clang::Sema::ActiveTemplateInstantiation
6181 friend bool operator==(const ActiveTemplateInstantiation &X,
6182 const ActiveTemplateInstantiation &Y) {
6209 friend bool operator!=(const ActiveTemplateInstantiation &X,
6210 const ActiveTemplateInstantiation &Y) {
6221 SmallVector<ActiveTemplateInstantiation, 16>
6245 /// \brief The number of ActiveTemplateInstantiation entries in
6257 ActiveTemplateInstantiation LastTemplateInstantiationErrorContext;
6340 ActiveTemplateInstantiation
[all...]

Completed in 42 milliseconds