HomeSort by relevance Sort by last modified time
    Searched refs:OverloadCandidate (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 599 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
600 struct OverloadCandidate {
744 SmallVector<OverloadCandidate, 16> Candidates;
747 // Allocator for OverloadCandidate::Conversions. We store the first few
776 typedef SmallVector<OverloadCandidate, 16>::iterator iterator;
785 OverloadCandidate &addCandidate(unsigned NumConversions = 0) {
786 Candidates.push_back(OverloadCandidate());
787 OverloadCandidate &C = Candidates.back();
823 const OverloadCandidate& Cand1,
824 const OverloadCandidate& Cand2
    [all...]
CodeCompleteConsumer.h 833 class OverloadCandidate {
865 OverloadCandidate(FunctionDecl *Function)
868 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
871 OverloadCandidate(const FunctionType *Type)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 403 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
413 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
490 OverloadCandidate *Candidates,
SemaOverload.cpp 542 // Structure used by OverloadCandidate::DeductionFailureInfo to store
548 // Structure used by OverloadCandidate::DeductionFailureInfo to store
557 OverloadCandidate::DeductionFailureInfo
561 OverloadCandidate::DeductionFailureInfo Result;
619 void OverloadCandidate::DeductionFailureInfo::Destroy() {
654 OverloadCandidate::DeductionFailureInfo::getSFINAEDiagnostic() {
661 OverloadCandidate::DeductionFailureInfo::getTemplateParameter() {
690 OverloadCandidate::DeductionFailureInfo::getTemplateArgumentList() {
716 const TemplateArgument *OverloadCandidate::DeductionFailureInfo::getFirstArg() {
743 OverloadCandidate::DeductionFailureInfo::getSecondArg()
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 621 OverloadCandidate *Candidates,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 163 milliseconds