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

  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.h 38 Adopt,
42 FilePrintStream(FILE*, AdoptionMode = Adopt);
  /external/chromium/net/base/
address_list.h 34 // Adopt the given addrinfo list (assumed to have been created by
38 void Adopt(struct addrinfo* head);
host_resolver_proc.cc 263 addrlist->Adopt(ai);
address_list.cc 113 void AddressList::Adopt(struct addrinfo* head) {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 428 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
432 /// \brief Adopt an existing nested-name-specifier (with source-range
434 void Adopt(NestedNameSpecifierLoc Other);
  /external/clang/lib/Sema/
DeclSpec.cpp 121 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
129 Builder.Adopt(Other);
    [all...]
SemaTemplateInstantiateDecl.cpp 786 SS.Adopt(QualifierLoc);
    [all...]
SemaPseudoObject.cpp     [all...]
TreeTransform.h     [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExprCXX.cpp 154 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 598 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
608 // Rather than copying the data (which is wasteful), "adopt" the
628 // our (temporary) buffer and adopt the ASTContext-allocated memory?
  /external/clang/include/clang/Sema/
DeclSpec.h 149 /// \c Adopt() with a proper \c NestedNameSpecifierLoc.
153 /// \brief Adopt an existing nested-name-specifier (with source-range
155 void Adopt(NestedNameSpecifierLoc Other);
    [all...]

Completed in 869 milliseconds