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

/external/clang/lib/AST/
H A DTemplateBase.cpp424 TemplateArgumentLocInfo::TemplateArgumentLocInfo() { function in class:TemplateArgumentLocInfo
425 memset((void*)this, 0, sizeof(TemplateArgumentLocInfo));
/external/clang/include/clang/AST/
H A DTemplateBase.h364 struct TemplateArgumentLocInfo { struct in namespace:clang
383 TemplateArgumentLocInfo();
385 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} function in struct:clang::TemplateArgumentLocInfo
387 TemplateArgumentLocInfo(Expr *E) : Expression(E) {} function in struct:clang::TemplateArgumentLocInfo
389 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, function in struct:clang::TemplateArgumentLocInfo
425 TemplateArgumentLocInfo LocInfo;
431 TemplateArgumentLocInfo Opaque)
470 TemplateArgumentLocInfo getLocInfo() const {

Completed in 78 milliseconds