OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateSpecCandidateSet
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Sema/
TemplateDeduction.h
242
///
TemplateSpecCandidateSet
- A set of generalized overload candidates,
246
class
TemplateSpecCandidateSet
{
254
TemplateSpecCandidateSet
(
255
const
TemplateSpecCandidateSet
&) = delete;
256
void operator=(const
TemplateSpecCandidateSet
&) = delete;
261
TemplateSpecCandidateSet
(SourceLocation Loc, bool ForTakingAddress = false)
263
~
TemplateSpecCandidateSet
() { destroyCandidates(); }
288
const_cast<
TemplateSpecCandidateSet
*>(this)->NoteCandidates(S, Loc);
Sema.h
188
class
TemplateSpecCandidateSet
;
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaTemplateInstantiate.cpp
[
all
...]
SemaTemplateDeduction.cpp
[
all
...]
Completed in 2586 milliseconds