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

/external/clang/lib/AST/
H A DTemplateBase.cpp409 TemplateArgumentLocInfo::TemplateArgumentLocInfo() { function in class:TemplateArgumentLocInfo
410 memset((void*)this, 0, sizeof(TemplateArgumentLocInfo));
/external/clang/include/clang/AST/
H A DTemplateBase.h346 struct TemplateArgumentLocInfo { struct in namespace:clang
365 TemplateArgumentLocInfo();
367 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} function in struct:clang::TemplateArgumentLocInfo
369 TemplateArgumentLocInfo(Expr *E) : Expression(E) {} function in struct:clang::TemplateArgumentLocInfo
371 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, function in struct:clang::TemplateArgumentLocInfo
407 TemplateArgumentLocInfo LocInfo;
413 TemplateArgumentLocInfo Opaque)
452 TemplateArgumentLocInfo getLocInfo() const {

Completed in 134 milliseconds