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 589 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
590 struct OverloadCandidate {
711 SmallVector<OverloadCandidate, 16> Candidates;
714 // Allocator for OverloadCandidate::Conversions. We store the first few
746 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator;
755 OverloadCandidate &addCandidate(unsigned NumConversions = 0) {
756 Candidates.push_back(OverloadCandidate());
757 OverloadCandidate &C = Candidates.back();
793 const OverloadCandidate& Cand1,
794 const OverloadCandidate& Cand2
    [all...]
CodeCompleteConsumer.h 825 class OverloadCandidate {
857 OverloadCandidate(FunctionDecl *Function)
860 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
863 OverloadCandidate(const FunctionType *Type)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 402 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
412 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
489 OverloadCandidate *Candidates,
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 616 OverloadCandidate *Candidates,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 590 milliseconds