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 598 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
599 struct OverloadCandidate {
726 SmallVector<OverloadCandidate, 16> Candidates;
729 // Allocator for OverloadCandidate::Conversions. We store the first few
760 typedef SmallVector<OverloadCandidate, 16>::iterator iterator;
769 OverloadCandidate &addCandidate(unsigned NumConversions = 0) {
770 Candidates.push_back(OverloadCandidate());
771 OverloadCandidate &C = Candidates.back();
807 const OverloadCandidate& Cand1,
808 const OverloadCandidate& Cand2
    [all...]
CodeCompleteConsumer.h 838 class OverloadCandidate {
870 OverloadCandidate(FunctionDecl *Function)
873 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
876 OverloadCandidate(const FunctionType *Type)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 428 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
438 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
511 OverloadCandidate *Candidates,
SemaOverload.cpp 527 // Structure used by OverloadCandidate::DeductionFailureInfo to store
538 OverloadCandidate::DeductionFailureInfo
542 OverloadCandidate::DeductionFailureInfo Result;
580 void OverloadCandidate::DeductionFailureInfo::Destroy() {
609 OverloadCandidate::DeductionFailureInfo::getTemplateParameter() {
636 OverloadCandidate::DeductionFailureInfo::getTemplateArgumentList() {
660 const TemplateArgument *OverloadCandidate::DeductionFailureInfo::getFirstArg() {
685 OverloadCandidate::DeductionFailureInfo::getSecondArg() {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 609 OverloadCandidate *Candidates,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 81 milliseconds