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

/external/clang/lib/AST/
H A DTemplateBase.cpp402 TemplateArgumentLocInfo::TemplateArgumentLocInfo() { function in class:TemplateArgumentLocInfo
403 memset((void*)this, 0, sizeof(TemplateArgumentLocInfo));
/external/clang/include/clang/AST/
H A DTemplateBase.h318 struct TemplateArgumentLocInfo { struct in namespace:clang
334 TemplateArgumentLocInfo();
336 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} function in struct:clang::TemplateArgumentLocInfo
338 TemplateArgumentLocInfo(Expr *E) : Expression(E) {} function in struct:clang::TemplateArgumentLocInfo
340 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, function in struct:clang::TemplateArgumentLocInfo
376 TemplateArgumentLocInfo LocInfo;
382 TemplateArgumentLocInfo Opaque)
421 TemplateArgumentLocInfo getLocInfo() const {

Completed in 51 milliseconds