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

  /external/clang/lib/Parse/
Parser.cpp 906 if (!IsThreadSafetyAttribute(DtorAttrs->getName()->getName())) {
    [all...]
ParseDecl.cpp 189 if (IsThreadSafetyAttribute(AttrName->getName())) {
787 if (OnDefinition && !IsThreadSafetyAttribute(LA.AttrName.getName())) {
845 bool Parser::IsThreadSafetyAttribute(llvm::StringRef AttrName){
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 35 milliseconds