Searched refs:FindAllocationOverload (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1617 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record,
1627 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1639 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1652 // FindAllocationOverload can change the passed in arguments, so we need to
1800 /// FindAllocationOverload - Find an fitting overload for the allocation
1802 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4178 bool FindAllocationOverload(SourceLocation StartLoc, SourceRange Range,

Completed in 112 milliseconds