Searched defs:isDefined (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h89 bool isDefined() const { function in class:llvm::MCSymbol
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h440 bool isDefined(bool AllowHidden = false) const { function in namespace:clang
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp553 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 DDecl.cpp2223 bool FunctionDecl::isDefined(const FunctionDecl *&Definition) const { function in class:FunctionDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h411 bool isDefined() const { return IsDefined; } function in class:clang::ObjCList
412 void setDefined(bool isDefined) { IsDefined = isDefined; } argument

Completed in 81 milliseconds