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

  /external/clang/lib/AST/
DeclarationName.cpp 445 CXXLiteralOperatorIdName *LiteralName = new (Ctx) CXXLiteralOperatorIdName;
446 LiteralName->ExtraKindOrNumArgs = DeclarationNameExtra::CXXLiteralOperator;
447 LiteralName->ID = II;
448 LiteralName->FETokenInfo = 0;
450 LiteralNames->InsertNode(LiteralName, InsertPos);
451 return DeclarationName(LiteralName);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
powershell.php 126 '-LiteralName', '-ListenerOption', '-List', '-Line', '-Leaf', '-Last', '-Key', '-ItemType',
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 113 milliseconds