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

/external/clang/lib/AST/
H A DTemplateBase.cpp413 TemplateArgumentLocInfo::TemplateArgumentLocInfo() { function in class:TemplateArgumentLocInfo
414 memset((void*)this, 0, sizeof(TemplateArgumentLocInfo));
/external/clang/include/clang/AST/
H A DTemplateBase.h359 struct TemplateArgumentLocInfo { struct in namespace:clang
378 TemplateArgumentLocInfo();
380 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} function in struct:clang::TemplateArgumentLocInfo
382 TemplateArgumentLocInfo(Expr *E) : Expression(E) {} function in struct:clang::TemplateArgumentLocInfo
384 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, function in struct:clang::TemplateArgumentLocInfo
420 TemplateArgumentLocInfo LocInfo;
426 TemplateArgumentLocInfo Opaque)
465 TemplateArgumentLocInfo getLocInfo() const {

Completed in 329 milliseconds