Home
last modified time | relevance | path

Searched refs:hasSkippedBody (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp376 if (D->hasSkippedBody()) { in handleFunction()
577 if (D->hasSkippedBody()) { in handleObjCMethod()
/external/clang/include/clang/AST/
DDeclObjC.h454 bool hasSkippedBody() const { return HasSkippedBody; } in hasSkippedBody() function
DDecl.h1940 bool hasSkippedBody() const { return HasSkippedBody; } in hasSkippedBody() function