Home
last modified time | relevance | path

Searched refs:IsTemplate (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1785 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
1789 IsTemplate = true; in NoteForRangeBeginEndFunction()
1793 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
HDSemaLookup.cpp2754 bool IsTemplate = false; in LookupLiteralOperator() local
2776 IsTemplate = true; in LookupLiteralOperator()
2794 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()