OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverloadCandidate
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Sema/
Overload.h
600
///
OverloadCandidate
- A single candidate in an overload set (C++ 13.3).
601
struct
OverloadCandidate
{
698
SmallVector<
OverloadCandidate
, 16> Candidates;
701
// Allocator for
OverloadCandidate
::Conversions. We store the first few
730
typedef SmallVectorImpl<
OverloadCandidate
>::iterator iterator;
739
OverloadCandidate
&addCandidate(unsigned NumConversions = 0) {
740
Candidates.push_back(
OverloadCandidate
());
741
OverloadCandidate
&C = Candidates.back();
777
const
OverloadCandidate
& Cand1,
778
const
OverloadCandidate
& Cand2
[
all
...]
CodeCompleteConsumer.h
826
class
OverloadCandidate
{
858
OverloadCandidate
(FunctionDecl *Function)
861
OverloadCandidate
(FunctionTemplateDecl *FunctionTemplateDecl)
864
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
[
all
...]
SemaCodeComplete.cpp
[
all
...]
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
620
OverloadCandidate
*Candidates,
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
Completed in 684 milliseconds