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 543 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
544 struct OverloadCandidate {
666 class OverloadCandidateSet : public SmallVector<OverloadCandidate, 16> {
667 typedef SmallVector<OverloadCandidate, 16> inherited;
702 const OverloadCandidate& Cand1,
703 const OverloadCandidate& Cand2,
CodeCompleteConsumer.h 773 class OverloadCandidate {
805 OverloadCandidate(FunctionDecl *Function)
808 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
811 OverloadCandidate(const FunctionType *Type)
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 311 CodeCompleteConsumer::OverloadCandidate::getFunction() const {
321 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
392 OverloadCandidate *Candidates,
SemaOverload.cpp 358 // Structure used by OverloadCandidate::DeductionFailureInfo to store
369 OverloadCandidate::DeductionFailureInfo
373 OverloadCandidate::DeductionFailureInfo Result;
411 void OverloadCandidate::DeductionFailureInfo::Destroy() {
440 OverloadCandidate::DeductionFailureInfo::getTemplateParameter() {
467 OverloadCandidate::DeductionFailureInfo::getTemplateArgumentList() {
491 const TemplateArgument *OverloadCandidate::DeductionFailureInfo::getFirstArg() {
516 OverloadCandidate::DeductionFailureInfo::getSecondArg() {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 594 OverloadCandidate *Candidates,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 159 milliseconds