HomeSort by: relevance | last modified time | path
    Searched defs:existsInTarget (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 194 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const {
195 return getInfo().existsInTarget(Target);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 101 virtual bool existsInTarget(const TargetInfo &Target) const {
620 bool existsInTarget(const TargetInfo &Target) const;

Completed in 29 milliseconds