Searched refs:SelInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h227 Selector SelInfo, QualType T,
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
260 Selector SelInfo,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp556 Selector SelInfo, QualType T,
567 SelInfo, T, ResultTInfo, contextDecl,
553 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DASTContext.cpp5698 TypeSourceInfo *SelInfo = getTrivialTypeSourceInfo(SelT); local
5702 &Idents.get("SEL"), SelInfo);

Completed in 302 milliseconds