Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp230 bool IsTemplate = false; in VisitFunctionDecl() local
232 IsTemplate = true; in VisitFunctionDecl()
266 if (IsTemplate) { in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3406 bool IsTemplate = false; in LookupLiteralOperator() local
3428 IsTemplate = true; in LookupLiteralOperator()
3447 IsTemplate = false; in LookupLiteralOperator()
3454 if (AllowTemplate && StringLit && IsTemplate) { in LookupLiteralOperator()
3476 } else if (AllowTemplate && IsTemplate) { in LookupLiteralOperator()
H A DSemaTemplateInstantiate.cpp624 bool IsTemplate = false; in PrintInstantiationStack() local
627 IsTemplate = true; in PrintInstantiationStack()
641 << IsVar << IsTemplate << cast<NamedDecl>(Active->Entity) in PrintInstantiationStack()
H A DSemaStmt.cpp2387 bool IsTemplate = false; in NoteForRangeBeginEndFunction() local
2391 IsTemplate = true; in NoteForRangeBeginEndFunction()
2395 << BEF << IsTemplate << Description << E->getType(); in NoteForRangeBeginEndFunction()
H A DSemaDecl.cpp6490 bool IsTemplate = false; in checkDLLAttributeRedeclaration() local
6493 IsTemplate = true; in checkDLLAttributeRedeclaration()
6499 IsTemplate = true; in checkDLLAttributeRedeclaration()
6572 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()