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

  /external/clang/include/clang/Sema/
Overload.h 592 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
593 struct OverloadCandidate {
714 SmallVector<OverloadCandidate, 16> Candidates;
717 // Allocator for OverloadCandidate::Conversions. We store the first few
750 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator;
759 OverloadCandidate &addCandidate(unsigned NumConversions = 0) {
760 Candidates.push_back(OverloadCandidate());
761 OverloadCandidate &C = Candidates.back();
797 const OverloadCandidate& Cand1,
798 const OverloadCandidate& Cand2
    [all...]
CodeCompleteConsumer.h 817 class OverloadCandidate {
849 OverloadCandidate(FunctionDecl *Function)
852 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
855 OverloadCandidate(const FunctionType *Type)
    [all...]
Sema.h 151 struct OverloadCandidate;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 399 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
513 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 202 milliseconds